mirror of
https://github.com/cwinfo/powerdns-admin.git
synced 2024-11-08 14:40:27 +00:00
Merge pull request #398 from ymage/master
Add missing $SCRIPT_ROOT in template_edit.html
This commit is contained in:
commit
6151225b07
@ -195,7 +195,7 @@
|
|||||||
// following unbind("click") is to avoid multiple times execution
|
// following unbind("click") is to avoid multiple times execution
|
||||||
modal.find('#button_apply_confirm').unbind("click").click(function() {
|
modal.find('#button_apply_confirm').unbind("click").click(function() {
|
||||||
var data = getTableData(table);
|
var data = getTableData(table);
|
||||||
applyChanges(data, '/template/' + template + '/apply', true);
|
applyChanges(data, $SCRIPT_ROOT + '/template/' + template + '/apply', true);
|
||||||
modal.modal('hide');
|
modal.modal('hide');
|
||||||
})
|
})
|
||||||
modal.modal('show');
|
modal.modal('show');
|
||||||
|
Loading…
Reference in New Issue
Block a user