X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=js%2Fmain.js;h=defd1f951ae6ec194437122d2a92eb9d9360f8c2;hb=011a96d960e8d8c9624e17c37afa49c97d55c0c6;hp=0b5fb5cdc0edc786fc5bd4898ce9bb7a7d20722a;hpb=286c230fa858b7b1fead9c3ff722f6b1b9478d01;p=friendica.git diff --git a/js/main.js b/js/main.js index 0b5fb5cdc0..defd1f951a 100755 --- a/js/main.js +++ b/js/main.js @@ -591,7 +591,7 @@ Array.prototype.remove = function(item) { function previewTheme(elm) { theme = $(elm).val(); $.getJSON('pretheme?f=&theme=' + theme,function(data) { - $('#theme-preview').html('' + theme + ''); + $('#theme-preview').html('
' + data.desc + '
' + theme + ''); }); } \ No newline at end of file