From a256f7bf12a4c65cbb7ce4551c7858454976ff3c Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Thu, 19 Mar 2015 22:32:18 +0100 Subject: Collapsing is remembered during a session --- index.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'index.php') diff --git a/index.php b/index.php index 16f3274..87c73c1 100644 --- a/index.php +++ b/index.php @@ -49,7 +49,8 @@ $pages = array( '/assignments' => './include/assignments.php', '/assignments/new' => './include/assignments-new.php', '/assignments/edit' => './include/assignments-edit.php', - '/about' => './include/about.php' + '/about' => './include/about.php', + '/ajax/collapse' => './include/ajax-collapse.php' ); $_page = null; -- cgit v1.2.3