projects
/
KiwiIRC.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3e5c706
)
Fix fallback JSON
author
Jack Allnutt
<jack@allnutt.eu>
Sun, 7 Jul 2013 20:20:04 +0000
(21:20 +0100)
committer
Jack Allnutt
<jack@allnutt.eu>
Sun, 7 Jul 2013 20:20:04 +0000
(21:20 +0100)
server/httphandler.js
patch
|
blob
|
blame
|
history
diff --git
a/server/httphandler.js
b/server/httphandler.js
index b975892f8af3e461beaf204f938c83ac7e484d67..3977a0433dfc0be3cde47db95b0e8df2be1f4f4e 100644
(file)
--- a/
server/httphandler.js
+++ b/
server/httphandler.js
@@
-90,5
+90,5
@@
var serveMagicLocale = function (request, response) {
'Content-Type': 'application/json',
'Content-Language': 'en-gb'
});
- response.end('{"en-gb": {}}');
+ response.end('{"en-gb": {
"":{}
}}');
};