Rodrigo B Laurindo Posted November 23, 2015 Share Posted November 23, 2015 I am getting the following error in Chrome console: Uncaught ReferenceError: countDown is not defined I am getting it in my back office. This is the code: $(document).ready(function(){countDown($("#meta_title_1"), $("#meta_title_1_counter")); countDown($("#meta_title_2"), $("#meta_title_2_counter")); countDown($("#meta_title_3"), $("#meta_title_3_counter")); }); Because of this (I think) I cannot save products (button disabled) and cannot view product images, and the SEO tab. Any suggestion, please? Link to comment Share on other sites More sharing options...
Rodrigo B Laurindo Posted November 23, 2015 Author Share Posted November 23, 2015 Thanks, Ambassadors, it's solved now, And you are right, the file was there, but somehow the function was not. I have no idea on how this happened, but... Link to comment Share on other sites More sharing options...
anuj.anuj555 Posted February 18, 2016 Share Posted February 18, 2016 I have same issue but not solve after replace js directory and remove browser aur site cache Link to comment Share on other sites More sharing options...
jmarceli Posted June 17, 2016 Share Posted June 17, 2016 I was having same issue. It seems that one of JS files wasn't properly uploaded. I solve it with reupload of js/admin.js file (where countDown function is defined). Link to comment Share on other sites More sharing options...
Recommended Posts