mirror of
https://github.com/pi-hole/web.git
synced 2025-12-24 04:38:28 +00:00
fixing prettier complaint
Signed-off-by: rdwebdesign <github@rdwebdesign.com.br>
This commit is contained in:
@@ -383,10 +383,10 @@ $("#querytime").on("apply.daterangepicker", function (ev, picker) {
|
||||
refreshTableData();
|
||||
});
|
||||
|
||||
$("input[id^=type]").change(function (){
|
||||
$("input[id^=type]").change(function () {
|
||||
reloadBox.show();
|
||||
});
|
||||
|
||||
$(".bt-reload").click(function (){
|
||||
$(".bt-reload").click(function () {
|
||||
refreshTableData();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user