Skip to content
Snippets Groups Projects
Commit ebfcd29a authored by sveseli's avatar sveseli
Browse files

cleanup

parent 7f20e6a6
No related branches found
No related tags found
No related merge requests found
function handleSubmit(args, dialog) {
var jqDialog = jQuery('#' + dialog);
if (args.validationFailed) {
jqDialog.effect('shake', {times: 3}, 100);
} else {
PF(dialog).hide();
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment