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) {
|
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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user