projects
/
KiwiIRC.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9e77d0e
)
more app.js formatting
author
Darren
<darren@darrenwhitlen.com>
Mon, 22 Jul 2013 21:26:00 +0000
(22:26 +0100)
committer
Darren
<darren@darrenwhitlen.com>
Mon, 22 Jul 2013 21:26:00 +0000
(22:26 +0100)
client/assets/src/app.js
patch
|
blob
|
blame
|
history
diff --git
a/client/assets/src/app.js
b/client/assets/src/app.js
index 9a13bb31b8ef0f1c9613d225ca0043172dfb8cfb..2fe2f516fd061afeefa670e5e30cf54677086706 100644
(file)
--- a/
client/assets/src/app.js
+++ b/
client/assets/src/app.js
@@
-131,7
+131,7
@@
_kiwi.global = {
_kiwi.app.start();
\r
};
\r
\r
- locale = _kiwi.global.settings.get('locale')
\r
+ locale = _kiwi.global.settings.get('locale')
;
\r
if (!locale) {
\r
$.getJSON(opts.base_path + '/assets/locales/magic.json', continueStart);
\r
} else {
\r