From ef0d4ab9c2b037eb76c4f9af0a9220be1fdd72b4 Mon Sep 17 00:00:00 2001 From: Brett Profitt Date: Sat, 29 Oct 2011 17:47:55 -0700 Subject: Refs #3859. Added elgg_register_simplecache_view() to core plugins' js. --- mod/thewire/start.php | 1 + 1 file changed, 1 insertion(+) (limited to 'mod/thewire') 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 -- cgit v1.2.3