mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 18:30:26 -06:00
FIX: Error loading up V8 due to Discourse not being present
This commit is contained in:
parent
39a6c25ebb
commit
522c60c81a
@ -24,8 +24,10 @@
|
||||
":$" : 'blush'
|
||||
};
|
||||
|
||||
Object.keys(translations).forEach(function (code) {
|
||||
Discourse.Dialect.inlineReplace(code, imageFor(translations[code]));
|
||||
Discourse.Dialect.on('register', function() {
|
||||
Object.keys(translations).forEach(function (code) {
|
||||
Discourse.Dialect.inlineReplace(code, imageFor(translations[code]));
|
||||
});
|
||||
});
|
||||
|
||||
Discourse.Dialect.inlineBetween({
|
||||
|
Loading…
Reference in New Issue
Block a user