diff options
Diffstat (limited to 'mod/thewire/start.php')
-rw-r--r-- | mod/thewire/start.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mod/thewire/start.php b/mod/thewire/start.php index 9d3993b6f..d5e995359 100644 --- a/mod/thewire/start.php +++ b/mod/thewire/start.php @@ -26,6 +26,7 @@ function thewire_init() { // register the wire's JavaScript $thewire_js = elgg_get_simplecache_url('js', 'thewire'); + elgg_register_simplecache_view('js/thewire'); elgg_register_js('elgg.thewire', $thewire_js, 'footer'); // add a site navigation item |