fixing prettier complaint

Signed-off-by: rdwebdesign <github@rdwebdesign.com.br>
This commit is contained in:
rdwebdesign
2021-11-05 20:14:18 -03:00
parent 8bce551012
commit ac5767118a

View File

@@ -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();
});