... | ... |
@@ -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 |