mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-08-21 12:55:22 +00:00
Fix: Uncaught SyntaxError: Identifier 'getCorsUrl' has already been declared (#3204)
Issue #3202 move shared modules/default/utils.js file to index.html
This commit is contained in:
committed by
GitHub
parent
e5adbea49c
commit
af0fe37f70
@@ -38,7 +38,7 @@ Module.register("clock", {
|
||||
},
|
||||
// Define required scripts.
|
||||
getScripts: function () {
|
||||
return ["moment.js", "moment-timezone.js", "suncalc.js", this.file("../utils.js")];
|
||||
return ["moment.js", "moment-timezone.js", "suncalc.js"];
|
||||
},
|
||||
// Define styles.
|
||||
getStyles: function () {
|
||||
|
Reference in New Issue
Block a user