diff --git a/view/js/mod_settings.js b/view/js/mod_settings.js index cb0b44ff2..f9faa3d5c 100644 --- a/view/js/mod_settings.js +++ b/view/js/mod_settings.js @@ -41,10 +41,15 @@ function previewTheme(elm) { $.getJSON('theme_info/' + theme,function(data) { $('#theme-preview').html('
' + data.desc + '
' + data.version + '
' + data.credits + '
' + theme + ''); $('#id_schema').empty(); - $(data.schemas).each(function(index,item) { - $('