1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2024-12-23 05:54:03 +01:00

Fix ripristino pulsante di compilazione automatica

This commit is contained in:
loviuz 2020-08-03 12:38:05 +02:00
parent f7bb7f91a0
commit 8d9bebdd3b

View File

@ -30,6 +30,7 @@ function compile(btn) {
success: function(response) {
var data = JSON.parse(response);
if (data.length == 0){
buttonRestore(btn, restore);
return;
}