Title: IE8 javascript error
Last modified: August 30, 2016

---

# IE8 javascript error

 *  [Matt Robinson](https://wordpress.org/support/users/mattyrob/)
 * (@mattyrob)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/ie8-javascript-error-1/)
 * There seems to be an issue in the front.js file that affect IE8 (I know!) and
   produces a ‘Not Implmeneted’ error message on clicking okay.
 * It is because on line 50 there is the following line:
    `self = this;`
 * This is trying to over ride a reserved (at least in IE) variable. A fix is to
   scope that variable to the local function:
 * `var self = this;`
 * [https://wordpress.org/plugins/cookie-notice/](https://wordpress.org/plugins/cookie-notice/)

The topic ‘IE8 javascript error’ is closed to new replies.

 * ![](https://ps.w.org/cookie-notice/assets/icon-256x256.png?rev=3549327)
 * [Compliance by Hu-manity.co](https://wordpress.org/plugins/cookie-notice/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/cookie-notice/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/cookie-notice/)
 * [Active Topics](https://wordpress.org/support/plugin/cookie-notice/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/cookie-notice/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/cookie-notice/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [Matt Robinson](https://wordpress.org/support/users/mattyrob/)
 * Last activity: [10 years, 9 months ago](https://wordpress.org/support/topic/ie8-javascript-error-1/)
 * Status: not resolved