Render map properly when changing between setting tabs
This commit is contained in:
@@ -81,6 +81,7 @@
|
||||
//= require managers
|
||||
//= require globalize
|
||||
//= require send_admin_notification_alert
|
||||
//= require settings
|
||||
|
||||
var initialize_modules = function() {
|
||||
App.Comments.initialize();
|
||||
@@ -127,6 +128,7 @@ var initialize_modules = function() {
|
||||
App.Managers.initialize();
|
||||
App.Globalize.initialize();
|
||||
App.SendAdminNotificationAlert.initialize();
|
||||
App.Settings.initialize();
|
||||
};
|
||||
|
||||
$(function(){
|
||||
|
||||
Reference in New Issue
Block a user