mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 16:55:05 +02:00
Fix
This commit is contained in:
parent
aafa979b4a
commit
8bf19e348f
@ -2205,7 +2205,7 @@ if ( !$.support.boxShadow ) {
|
|||||||
// the passed url may not yield the correct result
|
// the passed url may not yield the correct result
|
||||||
search = this.parseUrl( href ).search;
|
search = this.parseUrl( href ).search;
|
||||||
|
|
||||||
// TODO all this crap is terrible, clean it up
|
// TODO clean it up
|
||||||
if ( isPath ) {
|
if ( isPath ) {
|
||||||
// reject the hash if it's a path or it's just a dialog key
|
// reject the hash if it's a path or it's just a dialog key
|
||||||
if( path.isPath( preservedHash ) || preservedHash.replace("#", "").indexOf( this.uiStateKey ) === 0) {
|
if( path.isPath( preservedHash ) || preservedHash.replace("#", "").indexOf( this.uiStateKey ) === 0) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user