diff options
author | Brett Profitt <brett.profitt@gmail.com> | 2011-10-29 17:47:55 -0700 |
---|---|---|
committer | Brett Profitt <brett.profitt@gmail.com> | 2011-10-29 17:47:55 -0700 |
commit | ef0d4ab9c2b037eb76c4f9af0a9220be1fdd72b4 (patch) | |
tree | 7b0c9bf9ba48c4eee3108cf1bef4239fa323a1f2 /mod/thewire | |
parent | 6971caddb2245bec34fd23927f6f093e5b28c1ea (diff) | |
download | elgg-ef0d4ab9c2b037eb76c4f9af0a9220be1fdd72b4.tar.gz elgg-ef0d4ab9c2b037eb76c4f9af0a9220be1fdd72b4.tar.bz2 |
Refs #3859. Added elgg_register_simplecache_view() to core plugins' js.
Diffstat (limited to 'mod/thewire')
-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 |