Browse code

Some more config optimization

Benjamin Roth authored on11/12/2019 22:52:17
Showing1 changed files
... ...
@@ -95,10 +95,8 @@
95 95
           }
96 96
         }
97 97
       }
98
-    }<?php if ($this->services): ?>,
98
+    }
99 99
     // List actual services here
100
-    services: {
101
-      <?= $this->services ?>
102
-    }<?php endif; ?>
100
+    <?php if ($this->services): ?>,services: <?= $this->services ?><?php endif; ?>
103 101
   });
104 102
 </script>
105 103
\ No newline at end of file