mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-22 01:58:47 +02:00
User portal as a module: the Cancel button (ticket creation wizard) was not working
SVN:trunk[3705]
This commit is contained in:
@@ -260,7 +260,7 @@ EOF
|
||||
{
|
||||
var form = $('FORM');
|
||||
form.unbind('submit'); // De-activate validation
|
||||
window.location.href = '?operation=';
|
||||
window.location.href = window.location.href.replace(/[&?]operation=[^&]*/, '');
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user