Skip to content

Commit 441f09d

Browse files
committed
[#168] Add locale.js when not aggregating JS.
In debug mode, locale.js must be specifically loaded by the index.html file.
1 parent 579bd06 commit 441f09d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def generate_links(cdn_url, mode, css_alt, style):
4646
'js/lib/filesaver.js'
4747
]
4848
core = [
49-
'js/core/strings.js', 'js/core/chat.js', 'js/core/xmpp.js',
49+
'js/core/locale.js', 'js/core/chat.js', 'js/core/xmpp.js',
5050
'js/core/ui.js', 'js/core/visual.js', 'js/core/config.js',
5151
'js/core/emoticons.js', 'js/core/init.js'
5252
]

0 commit comments

Comments
 (0)