коммит произвёл
enahum
родитель
25d40bc98c
Коммит
56dc863de1
@@ -41,7 +41,7 @@ function preRenderSetup(callwhendone) {
|
||||
});
|
||||
|
||||
if (window.mm_config && window.mm_config.EnableDeveloper === 'true') {
|
||||
window.ErrorStore.storeLastError({type: 'developer', message: 'DEVELOPER MODE: A javascript error has occured. Please use the javascript console to capture and report the error (row: ' + line + ' col: ' + column + ').'});
|
||||
window.ErrorStore.storeLastError({type: 'developer', message: 'DEVELOPER MODE: A JavaScript error has occurred. Please use the JavaScript console to capture and report the error (row: ' + line + ' col: ' + column + ').'});
|
||||
window.ErrorStore.emitChange();
|
||||
}
|
||||
};
|
||||
|
||||
Ссылка в новой задаче
Block a user