Update caliBlur.js
This commit is contained in:
parent
66fcd71685
commit
7032f311d5
|
@ -385,18 +385,6 @@ $(document).mouseup(function (e) {
|
||||||
|
|
||||||
// Split path name to array and remove blanks
|
// Split path name to array and remove blanks
|
||||||
url = window.location.pathname
|
url = window.location.pathname
|
||||||
.split( "/" ).filter( function(v){return v!==''} );
|
|
||||||
// Add classes to some body elements that don't have it
|
|
||||||
if ( jQuery.inArray( 'epub', url ) != -1 ) {
|
|
||||||
$( 'body' ).addClass( url[3] );
|
|
||||||
} else {
|
|
||||||
$( 'body' ).addClass( url[1] );
|
|
||||||
}
|
|
||||||
if ( $( 'body.shelf' ).length > 0 ) {
|
|
||||||
$( 'a[href*= "'+url[1]+"/"+url[2]+'"]' )
|
|
||||||
.parent()
|
|
||||||
.addClass( 'active' );
|
|
||||||
}
|
|
||||||
|
|
||||||
// Move create shelf
|
// Move create shelf
|
||||||
$( '#nav_createshelf' ).prependTo( '.your-shelves' );
|
$( '#nav_createshelf' ).prependTo( '.your-shelves' );
|
||||||
|
|
Loading…
Reference in New Issue
Block a user