fixed removed ';'

pull/3314/head
Mac Knight 8 years ago
parent 6162ca9570
commit 8888fa4e07

@ -2392,7 +2392,7 @@ define([
button.click = function () {
promise.then(click);
do_kernel_action();
}
};
});
options.dialog.buttons = buttons;
dialog.modal(options.dialog);

Loading…
Cancel
Save