Browse Source

Merge pull request #701 from shacky/2.0

moment-timezone asset path was wrong in code - bug fix
Jiang Qinghua 4 years ago
parent
commit
49ccd66cf9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Layout/Asset.php

+ 1 - 1
src/Layout/Asset.php

@@ -89,7 +89,7 @@ class Asset
         ],
         '@moment-timezone' => [
             'js' => [
-                '@admin/dcat/plugins/moment/moment-timezone-with-data.min.js',
+                '@admin/dcat/plugins/moment-timezone/moment-timezone-with-data.min.js',
             ],
         ],
         '@jstree' => [