Added stupid JS whitespace.
This commit is contained in:
@ -9,7 +9,7 @@
|
|||||||
{* Smarty 3 has a new auto literal option which is enabled by default.
|
{* Smarty 3 has a new auto literal option which is enabled by default.
|
||||||
When the { is followed by a space it's not interpreted as smarty delimiter but literal. *}
|
When the { is followed by a space it's not interpreted as smarty delimiter but literal. *}
|
||||||
<script>
|
<script>
|
||||||
function templatePluginMoverInit() {
|
function templatePluginMoverInit() {
|
||||||
|
|
||||||
{foreach $plugin_placements AS $sidebar}
|
{foreach $plugin_placements AS $sidebar}
|
||||||
|
|
||||||
@ -21,7 +21,7 @@
|
|||||||
|
|
||||||
{/foreach}
|
{/foreach}
|
||||||
|
|
||||||
}
|
}
|
||||||
addLoadEvent(templatePluginMoverInit);
|
addLoadEvent(templatePluginMoverInit);
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user