aboutsummaryrefslogtreecommitdiff
path: root/mod/pages/start.php
diff options
context:
space:
mode:
authorCash Costello <cash.costello@gmail.com>2012-06-20 15:48:40 -0700
committerCash Costello <cash.costello@gmail.com>2012-06-20 15:48:40 -0700
commit5023e99301cd7576ea25056b77a43576a6e36b9a (patch)
tree535e4f8a690089a68e4772a73d9a909e756bdf07 /mod/pages/start.php
parent690f226100a2f690bd77d05a82668c9cfee7b863 (diff)
parentd343f71960285f4acd94fa9547719eea9cfdc760 (diff)
downloadelgg-5023e99301cd7576ea25056b77a43576a6e36b9a.tar.gz
elgg-5023e99301cd7576ea25056b77a43576a6e36b9a.tar.bz2
Merge pull request #277 from jeabakker/#4604
Fixes #4604: Pages: potential useless loading of JS (jQuery treeview)
Diffstat (limited to 'mod/pages/start.php')
-rw-r--r--mod/pages/start.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/mod/pages/start.php b/mod/pages/start.php
index 834e98870..c385131bd 100644
--- a/mod/pages/start.php
+++ b/mod/pages/start.php
@@ -106,10 +106,6 @@ function pages_page_handler($page) {
elgg_load_library('elgg:pages');
- // add the jquery treeview files for navigation
- elgg_load_js('jquery-treeview');
- elgg_load_css('jquery-treeview');
-
if (!isset($page[0])) {
$page[0] = 'all';
}