Unverified Commit 2ab10bb0 authored by hexeth's avatar hexeth Committed by GitHub

Update caliBlur.js

parent 1bcc0698
...@@ -5,6 +5,8 @@ $( 'body.stat' ).addClass( 'stats' ); ...@@ -5,6 +5,8 @@ $( 'body.stat' ).addClass( 'stats' );
$( 'body.config' ).addClass( 'admin'); $( 'body.config' ).addClass( 'admin');
$( 'body.uiconfig' ).addClass( 'admin'); $( 'body.uiconfig' ).addClass( 'admin');
$( 'body.advsearch' ).addClass( 'advanced_search' ); $( 'body.advsearch' ).addClass( 'advanced_search' );
$( 'body.newuser' ).addClass( 'admin' );
$( 'body.mailset' ).addClass( 'admin' );
// Back button // Back button
curHref = window.location.href.split('/'); curHref = window.location.href.split('/');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment