mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-02-03 01:08:08 +01:00
Fix pulsante compilazione automatica
This commit is contained in:
parent
9083ab263b
commit
944f7e74b3
@ -8,8 +8,8 @@ echo '
|
|||||||
<script>
|
<script>
|
||||||
$(document).ready(function() {
|
$(document).ready(function() {
|
||||||
var btn = $("#compilazione_automatica");
|
var btn = $("#compilazione_automatica");
|
||||||
|
|
||||||
if (!btn.hasClass("disabled")) {
|
if (!$("#compilazione_automatica").not("disabled")) {
|
||||||
btn.click();
|
btn.click();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user