Fix pulsante compilazione automatica

This commit is contained in:
Luca 2020-05-15 15:45:49 +02:00
parent 9083ab263b
commit 944f7e74b3
1 changed files with 2 additions and 2 deletions

View File

@ -8,8 +8,8 @@ echo '
<script>
$(document).ready(function() {
var btn = $("#compilazione_automatica");
if (!btn.hasClass("disabled")) {
if (!$("#compilazione_automatica").not("disabled")) {
btn.click();
}
});