dialogButtons[buttonLabel] = function()

in enginframe/hydrogen.manage-users.js [348:357]


        dialogButtons[buttonLabel] = function () {
            var newValue = entry.val();
            if (check === true) {
                if (newValue.length <= 0) {
                    return false;
                }
            }
            jQuery(this).dialog("close");
            actionfunc(newValue);
        };