Added version info of dependencys in about section

This commit is contained in:
OzzieIsaacs
2017-02-23 19:58:56 +01:00
parent 0277d08706
commit 41a20fe3e1
3 changed files with 79 additions and 28 deletions

View File

@ -36,7 +36,7 @@ $(function() {
success: function(data) {
$('#spinner').show();
displaytext=data.text;
window.setTimeout(restartTimer, 3000);}
setTimeout(restartTimer, 3000);}
});
});
$("#shutdown").click(function() {
@ -110,7 +110,8 @@ function updateTimer() {
$('#UpdateprogressDialog #updateFinished').removeClass('hidden');
$("#check_for_update").removeClass('hidden');
$("#perform_update").addClass('hidden');
}
},
timeout:2000
});
}