Skip to content
Snippets Groups Projects
Forked from DM / dm-docs
261 commits behind, 745 commits ahead of the upstream repository.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
jsfcrud.js 211 B
function handleSubmit(args, dialog) {
    var jqDialog = jQuery('#' + dialog);
    if (args.validationFailed) {
        jqDialog.effect('shake', {times: 3}, 100);
    } else {
        PF(dialog).hide();
    }
}