1
0
mirror of https://github.com/j-a-n/raspberrymatic-addon-rmupdate.git synced 2023-10-10 11:37:40 +00:00

Fix root= regex

This commit is contained in:
Jan Schneider
2017-06-19 00:21:07 +02:00
parent babc7641f7
commit 92bcb9b3ca
3 changed files with 2 additions and 2 deletions

View File

@@ -139,11 +139,11 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
},
function(xhr, ajaxOptions, thrownError) {
$('[data-install-version="' + installation_running + '"]').removeClass('loading');
installation_running = "";
//$('#modal-log').modal('hide');
if (installation_running) {
//get_firmware_info();
default_error_callback(xhr, ajaxOptions, thrownError);
installation_running = "";
}
}
);