This commit is contained in:
Kode 2022-03-14 12:25:20 +00:00
parent 6daaf94974
commit 371f52f92e

View file

@ -49,6 +49,8 @@
function appload(appvalue) {
if(appvalue == 'None') {
$('#sapconfig').html('').hide();
$('#tile-preview .app-icon').attr('src', '/img/heimdall-icon-small.png');
$('#appimage').html("<img src='/img/heimdall-icon-small.png' />");
} else {
$.post('{{ route('appload') }}', { app: appvalue }, function(data) {
// Main details