diff options
author | Steve Clay <steve@mrclay.org> | 2012-11-26 16:28:07 -0500 |
---|---|---|
committer | Steve Clay <steve@mrclay.org> | 2012-11-26 16:28:07 -0500 |
commit | 1965e4d3642e3e8bcf53c83a85aa79765541a50e (patch) | |
tree | 12240e18b9f2df7ec97e05f32c46d2a89b39824d /views/default/js/initialize_elgg.php | |
parent | 6c4e75b19ddadaadac9bc78423a837045fa90b15 (diff) | |
download | elgg-1965e4d3642e3e8bcf53c83a85aa79765541a50e.tar.gz elgg-1965e4d3642e3e8bcf53c83a85aa79765541a50e.tar.bz2 |
JS views: enable syntax highlighting and add missing semicolons
Diffstat (limited to 'views/default/js/initialize_elgg.php')
-rw-r--r-- | views/default/js/initialize_elgg.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/views/default/js/initialize_elgg.php b/views/default/js/initialize_elgg.php index f8234f84f..b45c33463 100644 --- a/views/default/js/initialize_elgg.php +++ b/views/default/js/initialize_elgg.php @@ -3,6 +3,7 @@ * Initialize Elgg's js lib with the uncacheable data */ +if (0) { ?><script><?php } ?> /** * Don't want to cache these -- they could change for every request |