From 4c585f759f5c2662b2d761adccdf2c6dafd31249 Mon Sep 17 00:00:00 2001 From: friendica Date: Mon, 26 Mar 2012 18:15:10 -0700 Subject: theme description with preview (non-translatable unfortunately) --- js/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js') diff --git a/js/main.js b/js/main.js index 0b5fb5cdc..defd1f951 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 -- cgit v1.2.3