Browse code

Fix config javascript due to a copy'n paste error

Benjamin Roth authored on12/12/2019 10:13:05
Showing1 changed files
... ...
@@ -100,7 +100,7 @@
100 100
             }
101 101
           }
102 102
         }
103
-        <?php if ($this->custom_categories): ?>,services: <?= $this->custom_categories ?><?php endif; ?>
103
+        <?php if ($this->custom_categories): ?><?= $this->custom_categories ?><?php endif; ?>
104 104
       }
105 105
       // List actual services here
106 106
       <?php if ($this->services): ?>,services: <?= $this->services ?><?php endif; ?>