Closed (fixed)
Project:
Javascript Timer
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
29 Jun 2019 at 23:25 UTC
Updated:
18 Mar 2025 at 16:49 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
aaron.ferris commentedThis could be because the JS the module creates is expecting a 'clock type' to be defined, whereas this will only be the case once the modules config has been saved.
Im seeing JS errors related to this:
this.props = {clock_type:$clock_type, size:200};Because $clock_type is empty = JS error related to the comma.
timer.js?v=1.x:225 Uncaught SyntaxError: Unexpected token ',' (at timer.js?v=1.x:225:28)Comment #3
aaron.ferris commentedComment #5
aaron.ferris commentedComment #6
aaron.ferris commentedIve just tested this change with admin toolbar enabled, im not seeing any issues with the Admin toolbar drop down anymore.
Comment #8
aaron.ferris commented