Browse Source

no message

Jonathan Starck 3 năm trước cách đây
mục cha
commit
1bd61969dc
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      config/config.js

+ 2 - 2
config/config.js

@@ -36,15 +36,15 @@ let config = {
         /**====================== Definitonen der Uhr ========================**/
         {
             module: "clock",
+            carouselId: "1",
             config: {
-                carouselId: "1",
                 timeFormat: "24"
             }
         },
         {
             module: "clock",
+            carouselId: "2",
             config: {
-                carouselId: "2",
                 timeFormat: "12"
             }
         }