Fixes #469
This commit is contained in:
parent
6daaf94974
commit
371f52f92e
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue