Skip to content

Commit 597a7f7

Browse files
committedApr 1, 2017
Bugfix introduced into bb08fe8
This is work on Pull Request MagicMirrorOrg#803 and help of @johanhammar and @fewieden
1 parent 0c096bb commit 597a7f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎vendor/vendor.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
var vendor = {
1111
"moment.js" : "node_modules/moment/min/moment-with-locales.js",
12-
"moment-timezone.js" : "node_modules/moment-timezone/moment-timezone.js",
12+
"moment-timezone.js" : "node_modules/moment-timezone/builds/moment-timezone-with-data.js",
1313
"weather-icons.css": "node_modules/weathericons/css/weather-icons.css",
1414
"weather-icons-wind.css": "node_modules/weathericons/css/weather-icons-wind.css",
1515
"font-awesome.css": "node_modules/font-awesome/css/font-awesome.min.css"

0 commit comments

Comments
 (0)
Please sign in to comment.