Load xorg.js by default on xorg and xnet.
authorFlorent Bruneau <florent.bruneau@polytechnique.org>
Thu, 14 Aug 2008 19:37:53 +0000 (21:37 +0200)
committerFlorent Bruneau <florent.bruneau@polytechnique.org>
Thu, 14 Aug 2008 19:37:53 +0000 (21:37 +0200)
Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
classes/xnetpage.php
classes/xorgpage.php
core

index 77ca8cb..bebe4aa 100644 (file)
@@ -41,6 +41,7 @@ class XnetPage extends PlPage
             $this->assign('is_admin', may_update());
             $this->assign('is_member', is_member());
         }
+        $this->addJsLink('xorg.js');
     }
 
     // }}}
index f0d42ea..d2bb501 100644 (file)
@@ -27,6 +27,7 @@ class XorgPage extends PlPage
 
         // Set the default page
         $this->changeTpl('platal/index.tpl');
+        $this->addJsLink('xorg.js');
     }
 
     public function run()
diff --git a/core b/core
index 1f16638..4e46552 160000 (submodule)
--- a/core
+++ b/core
@@ -1 +1 @@
-Subproject commit 1f16638f53b3521f838ce7cdb341c2332e4a046d
+Subproject commit 4e465523dbcaa0bae9cf0ab773617705884b2a8b