JS bug – string0day is not defined
-
Having a weird bug with this plugin. It works fine as a shortcode on a page, but when we add it as a shortcode within a post type from the “WP Notification Bars” plugin, it doesn’t work. Note that this plugin explicitly says it allows shortcodes.
The error I am getting is that “string0day” is not defined. It’s on line 12 of easy-timer.js:
var stringD = string0day;Looking through that file, I dont see any declaration of string0day.
Both of the pages are loading the easy-timer.js file, and I dont see any files from the plugin that are missing.
Any ideas…?
- The topic ‘JS bug – string0day is not defined’ is closed to new replies.