mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 17:46:05 -05:00
Merge pull request #2797 from fantasticfears/master
return true when invoke verbose_localization_session
This commit is contained in:
commit
9ace1521f6
1 changed files with 1 additions and 0 deletions
|
@ -532,6 +532,7 @@ I18n.enable_verbose_localization = function(){
|
|||
I18n.verbose_localization_session = function(){
|
||||
sessionStorage.setItem("verbose_localization", "true");
|
||||
I18n.enable_verbose_localization();
|
||||
return true;
|
||||
}
|
||||
|
||||
try {
|
||||
|
|
Loading…
Reference in a new issue