mirror of
https://github.com/pi-hole/web.git
synced 2026-04-25 19:29:20 +01:00
Improve Javascript (allow toggling of deletion and highlight "Save and Update" button on deletion) and :codacy:
Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
@@ -296,9 +296,9 @@ if (isset($setupVars["API_PRIVACY_MODE"])) {
|
||||
</div>
|
||||
<input type="hidden" name="field" value="adlists">
|
||||
<input type="hidden" name="token" value="<?php echo $token ?>">
|
||||
<button type="submit" class="btn btn-primary" name="submit" value="save">Save
|
||||
<button type="submit" class="btn btn-primary" name="submit" value="save" id="blockinglistsave">Save
|
||||
</button>
|
||||
<button type="submit" class="btn btn-primary pull-right" name="submit"
|
||||
<button type="submit" class="btn btn-primary pull-right" name="submit" id="blockinglistsaveupdate"
|
||||
value="saveupdate">
|
||||
Save and Update
|
||||
</button>
|
||||
|
||||
Reference in New Issue
Block a user