mirror of
https://github.com/pi-hole/web.git
synced 2026-05-03 23:18:12 +01:00
Keep "Save" button inside the content area even using boxed layout (#2887)
This commit is contained in:
@@ -322,11 +322,6 @@ function createDynamicConfigTabs() {
|
||||
});
|
||||
$("#advanced-overlay").hide();
|
||||
|
||||
$("#advanced-content").append(
|
||||
'<div class="col-lg-12 settings-level-1">' +
|
||||
'<button type="button" class="btn btn-primary save-button" id="save"><i class="fa-solid fa-fw fa-floppy-disk"></i> Save & Apply</button>' +
|
||||
"</div>"
|
||||
);
|
||||
$("button[id='save']").on("click", function () {
|
||||
saveSettings();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user