mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-02-16 19:40:44 +01:00
Fix ripristino pulsante di compilazione automatica
This commit is contained in:
parent
f7bb7f91a0
commit
8d9bebdd3b
@ -30,6 +30,7 @@ function compile(btn) {
|
|||||||
success: function(response) {
|
success: function(response) {
|
||||||
var data = JSON.parse(response);
|
var data = JSON.parse(response);
|
||||||
if (data.length == 0){
|
if (data.length == 0){
|
||||||
|
buttonRestore(btn, restore);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user