From 8bf19e348f5dd0c5ee90d5eabf8131acf66a624a Mon Sep 17 00:00:00 2001 From: Jose Gonzalez Date: Mon, 11 Oct 2021 08:18:55 +0200 Subject: [PATCH] Fix --- .../mobile/include/javascript/jquery.mobile-1.3.1.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora_console/mobile/include/javascript/jquery.mobile-1.3.1.js b/pandora_console/mobile/include/javascript/jquery.mobile-1.3.1.js index 6708d348b1..3e58cb387f 100755 --- a/pandora_console/mobile/include/javascript/jquery.mobile-1.3.1.js +++ b/pandora_console/mobile/include/javascript/jquery.mobile-1.3.1.js @@ -2205,7 +2205,7 @@ if ( !$.support.boxShadow ) { // the passed url may not yield the correct result search = this.parseUrl( href ).search; - // TODO all this crap is terrible, clean it up + // TODO clean it up if ( isPath ) { // 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) {