Loading core/modules/toolbar/js/escapeAdmin.js +1 −1 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ // loaded within an existing "workflow". if ( !pathInfo.currentPathIsAdmin && !/destination=/.test(windowLocation.search) !windowLocation.search.includes('destination=') ) { sessionStorage.setItem('escapeAdminPath', windowLocation); } Loading core/modules/views/js/ajax_view.js +1 −1 Original line number Diff line number Diff line Loading @@ -83,7 +83,7 @@ if (queryString !== '') { // If there is a '?' in ajaxPath, clean URL are on and & should be // used to add parameters. queryString = (/\?/.test(ajaxPath) ? '&' : '?') + queryString; queryString = (ajaxPath.includes('?') ? '&' : '?') + queryString; } } Loading Loading
core/modules/toolbar/js/escapeAdmin.js +1 −1 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ // loaded within an existing "workflow". if ( !pathInfo.currentPathIsAdmin && !/destination=/.test(windowLocation.search) !windowLocation.search.includes('destination=') ) { sessionStorage.setItem('escapeAdminPath', windowLocation); } Loading
core/modules/views/js/ajax_view.js +1 −1 Original line number Diff line number Diff line Loading @@ -83,7 +83,7 @@ if (queryString !== '') { // If there is a '?' in ajaxPath, clean URL are on and & should be // used to add parameters. queryString = (/\?/.test(ajaxPath) ? '&' : '?') + queryString; queryString = (ajaxPath.includes('?') ? '&' : '?') + queryString; } } Loading