Themeloader indendation

This commit is contained in:
Jiiks 2015-12-15 08:33:23 +02:00
parent 3459d52dbd
commit 8dafff1b34
1 changed files with 3 additions and 3 deletions

6
splice
View File

@ -55,9 +55,9 @@
var themeVar = meta.substring(meta.lastIndexOf('//META')+6, meta.lastIndexOf('*//'));
var parse = JSON.parse(themeVar);
var themeName = parse['name'];
var themeAuthor = parse['author'];
var themeDescription = parse['description'];
var themeVersion = parse['version'];
var themeAuthor = parse['author'];
var themeDescription = parse['description'];
var themeVersion = parse['version'];
console.log('BetterDiscord: Loading Theme: ' + themeName);
split.splice(0, 1);
theme = split.join('\n');