Revision 366, 338 bytes
(checked in by exi, 14 years ago)
|
Fixed apiuser to not enable xajax on all pages
Added a html tweak for opera on killsummarytables
Reworked ajcron::getNextRun(), it didnt work on values greater than 60 minutes
Now no xajax code is inserted when board is in IGB mode
|
Line | |
---|
1 | <?php |
---|
2 | // this little trick will only request xajax for admin pages |
---|
3 | event::register('mod_xajax_initialised', array('mod_xajax', 'xajax')); |
---|
4 | |
---|
5 | options::oldMenu('APIUser', 'User Management', '?a=user_management'); |
---|
6 | options::oldMenu('APIUser', 'Roles/Titles', '?a=admin_roles'); |
---|
7 | options::oldMenu('APIUser', 'Setup', '?a=settings_apiuser'); |
---|