Unverified Commit 9c75eb70 authored by hexeth's avatar hexeth Committed by GitHub

Update caliBlur.js

parent 6c37aafa
...@@ -3,7 +3,8 @@ $( 'a[href*="advanced"]' ).parent().insertAfter( '#nav_new' ); ...@@ -3,7 +3,8 @@ $( 'a[href*="advanced"]' ).parent().insertAfter( '#nav_new' );
$( 'body' ).addClass('blur'); $( 'body' ).addClass('blur');
$( 'body.stat' ).addClass( 'stats' ); $( 'body.stat' ).addClass( 'stats' );
$( 'body.config' ).addClass( 'admin'); $( 'body.config' ).addClass( 'admin');
$( 'body.viewconfig' ).addClass( 'admin'); $( 'body.uiconfig' ).addClass( 'admin');
$( 'body.advsearch' ).addClass( 'advanced_search' );
// 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