X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=Pman.I18n.js;fp=Pman.I18n.js;h=931f9b370cc7552dbf4244f5c6862d8492a3640e;hb=aeee7dd7a8e566c59bd4772b2f65ae36d2b85672;hp=c3154405c21c962f8364c3dd2db7053cd4392fda;hpb=cd141e0ffea63eaf88c5e9794095a4d8786ee3ea;p=Pman.Core diff --git a/Pman.I18n.js b/Pman.I18n.js index c3154405..931f9b37 100644 --- a/Pman.I18n.js +++ b/Pman.I18n.js @@ -147,7 +147,7 @@ Pman.I18n = { simpleStoreData : function(type, filter) { - filter = typeof(filter) == 'undefined' ? false : filter + filter = typeof(filter) == 'undefined' ? false : filter; var lang = 'en'; try { lang = Pman.Login.authUser.lang;