Title: Undo a javascript function
Last modified: April 29, 2018

---

# Undo a javascript function

 *  Resolved [constantin85](https://wordpress.org/support/users/constantin85/)
 * (@constantin85)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/undo-a-javascript-function/)
 * I had an issue with a tabbed content page scrolling on its own on reload or when
   selecting different paged tabs so i tried adding
 * window.onbeforeunload = function () {
    window.scrollTo(0,0);
 * It worked great, but i lost animations on some elements on different pages
 * How can i undo the before mentioned function and add this script only to a specific
   page?
    I don’t remember if i added the script to “Scripts (for the head element)”
   or “Scripts (end of the body tag):” or both in scripts and styles plugin. Thanks!

Viewing 1 replies (of 1 total)

 *  Thread Starter [constantin85](https://wordpress.org/support/users/constantin85/)
 * (@constantin85)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/undo-a-javascript-function/#post-10230591)
 * i found the solution, autoptimize plugin was causing the problem

Viewing 1 replies (of 1 total)

The topic ‘Undo a javascript function’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/scripts-n-styles_46515d.svg)
 * [Scripts n Styles](https://wordpress.org/plugins/scripts-n-styles/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/scripts-n-styles/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/scripts-n-styles/)
 * [Active Topics](https://wordpress.org/support/plugin/scripts-n-styles/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/scripts-n-styles/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/scripts-n-styles/reviews/)

 * 1 reply
 * 1 participant
 * Last reply from: [constantin85](https://wordpress.org/support/users/constantin85/)
 * Last activity: [8 years, 1 month ago](https://wordpress.org/support/topic/undo-a-javascript-function/#post-10230591)
 * Status: resolved