Fix typos
Signed-off-by: Marc Delisle <marc@infomarc.info>
This commit is contained in:
parent
665423047a
commit
e114f7d4ea
@ -196,9 +196,9 @@ var AJAX = {
|
||||
};
|
||||
|
||||
//triggers a confirm dialog if:
|
||||
//the user has performes some operations on loaded page
|
||||
//the user has performed some operations on loaded page
|
||||
//the user clicks on some link, (won't trigger for buttons)
|
||||
//the the click event is not triggered by script
|
||||
//the click event is not triggered by script
|
||||
if (event.type === 'click' &&
|
||||
event.isTrigger !== true &&
|
||||
isInputAltered &&
|
||||
|
||||
Loading…
Reference in New Issue
Block a user