mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -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'
|
":$" : 'blush'
|
||||||
};
|
};
|
||||||
|
|
||||||
Object.keys(translations).forEach(function (code) {
|
Discourse.Dialect.on('register', function() {
|
||||||
Discourse.Dialect.inlineReplace(code, imageFor(translations[code]));
|
Object.keys(translations).forEach(function (code) {
|
||||||
|
Discourse.Dialect.inlineReplace(code, imageFor(translations[code]));
|
||||||
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
Discourse.Dialect.inlineBetween({
|
Discourse.Dialect.inlineBetween({
|
||||||
|
Loading…
Reference in New Issue
Block a user