this may be temp. i want to see if ci passes; Revert "I18n: Workaround for a weired caching issue when multiple users are logged in"

This reverts commit dfa5d875c5.
This commit is contained in:
maxwell 2011-02-17 19:01:42 -08:00
parent 2540c5adb9
commit e3b298c5d4

View file

@ -271,9 +271,6 @@ module ApplicationHelper
def get_javascript_strings_for(language)
# Workaround for a weired caching issue when multiple users are logged in
I18n.backend.reload!
defaults = I18n.t('javascripts', :locale => DEFAULT_LANGUAGE)
if language != DEFAULT_LANGUAGE