IE9 doesn't support console.log
This commit is contained in:
parent
d0a32b28b9
commit
3d0e59942c
|
@ -522,7 +522,7 @@ I18n.enable_verbose_localization = function(){
|
||||||
if (!_.isEmpty(value)) {
|
if (!_.isEmpty(value)) {
|
||||||
message += ", parameters: " + JSON.stringify(value);
|
message += ", parameters: " + JSON.stringify(value);
|
||||||
}
|
}
|
||||||
window.console.log(message);
|
//window.console.log(message);
|
||||||
}
|
}
|
||||||
return t.apply(I18n, [scope, value]) + " (t" + current + ")";
|
return t.apply(I18n, [scope, value]) + " (t" + current + ")";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue