Parse theme names

This commit is contained in:
Jiiks 2015-12-20 06:20:16 +02:00
parent 670dc81562
commit 9f07aa3670
2 changed files with 2 additions and 2 deletions

View File

@ -1186,7 +1186,7 @@ SettingsPanel.prototype.construct = function() {
$.each(bdthemes, function() {
settingsInner += '' +
'<tr>' +
' <td>'+this["name"]+'</td>' +
' <td>'+this["name"].replace(/_/g, " ")+'</td>' +
' <td width="99%"><textarea>'+this["description"]+'</textarea></td>' +
' <td>'+this["author"]+'</td>' +
' <td>'+this["version"]+'</td>' +

2
js/main.min.js vendored

File diff suppressed because one or more lines are too long