made the locale switcher use less js, more ruby & html

This commit is contained in:
kikito
2015-08-28 17:02:06 +02:00
parent 57917f850c
commit 934512ad7a
6 changed files with 17 additions and 32 deletions

View File

@@ -31,7 +31,7 @@ var initialize_modules = function() {
App.Votes.initialize();
App.Tags.initialize();
App.Stats.initialize();
App.LocaleSwitcher.initialize();
App.LocationChanger.initialize();
App.DebatesOrderSelector.initialize();
};