mirror of
https://github.com/pi-hole/web.git
synced 2026-04-19 16:30:52 +01:00
gravity.js: replace removeAttr() with prop()
Signed-off-by: XhmikosR <xhmikosr@gmail.com>
This commit is contained in:
@@ -53,7 +53,7 @@ function eventsource() {
|
||||
alInfo.hide();
|
||||
});
|
||||
source.close();
|
||||
$("#gravityBtn").removeAttr("disabled");
|
||||
$("#gravityBtn").prop("disabled", false);
|
||||
},
|
||||
false
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user