Portal : Slightly changed the GoHome() function regexp to preserve additional parameters

SVN:trunk[4009]
This commit is contained in:
Guillaume Lajarige
2016-04-21 13:19:19 +00:00
parent e51a6f8ff2
commit 90cdd28bc8

View File

@@ -260,7 +260,7 @@ EOF
{
var form = $('FORM');
form.unbind('submit'); // De-activate validation
window.location.href = window.location.href.replace(/[&?]operation=[^&]*/, '');
window.location.href = window.location.href.replace(/operation=[^&]*&?/, '');
return false;
}