Polls' stats migrated from Madrid's fork and sortable functions added for tables
This commit is contained in:
@@ -73,6 +73,7 @@
|
||||
//= require map
|
||||
//= require polls
|
||||
//= require sortable
|
||||
//= require table_sortable
|
||||
|
||||
var initialize_modules = function() {
|
||||
App.Comments.initialize();
|
||||
@@ -113,6 +114,7 @@ var initialize_modules = function() {
|
||||
App.Map.initialize();
|
||||
App.Polls.initialize();
|
||||
App.Sortable.initialize();
|
||||
App.TableSortable.initialize();
|
||||
};
|
||||
|
||||
$(function(){
|
||||
|
||||
Reference in New Issue
Block a user