From 8dafff1b34d50795d219bb4995ac94eaa5435a7a Mon Sep 17 00:00:00 2001 From: Jiiks Date: Tue, 15 Dec 2015 08:33:23 +0200 Subject: [PATCH] Themeloader indendation --- splice | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/splice b/splice index 4b881fc..ee5ce6e 100644 --- a/splice +++ b/splice @@ -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');