|
@@ -260,12 +260,14 @@
|
|
|
$.get("/system/update/restart", function(data){
|
|
|
if (data.error !== undefined){
|
|
|
//No launcher
|
|
|
+ $("#restartPanel").hide();
|
|
|
}else{
|
|
|
$("#launcherName").text(data);
|
|
|
+ $("#restartPanel").show();
|
|
|
}
|
|
|
console.log("Launcher check: ", data);
|
|
|
})
|
|
|
- $("#restartPanel").show();
|
|
|
+
|
|
|
}
|
|
|
|
|
|
function restartArozOS(){
|