Add action to dialog
This commit is contained in:
parent
e334749382
commit
689b25817c
1 changed files with 6 additions and 0 deletions
|
|
@ -199,6 +199,12 @@
|
|||
modal.modal('show');
|
||||
});
|
||||
|
||||
$(document.body).on('click', '.refresh-bg-button', function() {
|
||||
var modal = $("#modal_bg_reload");
|
||||
modal.modal('show');
|
||||
reload_domains($SCRIPT_ROOT + '/dashboard-domains-updater');
|
||||
});
|
||||
|
||||
$(document.body).on("click", ".button_template", function (e) {
|
||||
var modal = $("#modal_template");
|
||||
var domain = $(this).prop('id');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue