Draft text index tree navigator

This commit is contained in:
Fernando Blat
2017-01-19 11:02:45 +01:00
parent 4c5fde956f
commit cba1f8bd9d
3 changed files with 36 additions and 2 deletions

View File

@@ -56,6 +56,7 @@
//= require legislation_allegations
//= require legislation_annotatable
//= require watch_form_changes
//= require tree_navigator
//= require custom
var initialize_modules = function() {
@@ -87,6 +88,7 @@ var initialize_modules = function() {
if ( $(".legislation-annotatable").length )
App.LegislationAnnotatable.initialize();
App.WatchFormChanges.initialize();
App.TreeNavigator.initialize();
};
$(function(){