mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-06-05 22:09:38 +02:00
Fix ripristino pulsante di compilazione automatica
This commit is contained in:
@@ -30,6 +30,7 @@ function compile(btn) {
|
||||
success: function(response) {
|
||||
var data = JSON.parse(response);
|
||||
if (data.length == 0){
|
||||
buttonRestore(btn, restore);
|
||||
return;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user