Add map settings to backend. Install leaflet assets to render maps.

This commit is contained in:
Senén Rodero Rodríguez
2017-08-03 19:46:23 +02:00
parent ea5a7af5fd
commit 6c1d1c2cde
17 changed files with 202 additions and 4 deletions

View File

@@ -67,6 +67,8 @@
//= require tree_navigator
//= require custom
//= require tag_autocomplete
//= require leaflet
//= require map
var initialize_modules = function() {
App.Comments.initialize();
@@ -103,6 +105,7 @@ var initialize_modules = function() {
App.Documentable.initialize();
App.Imageable.initialize();
App.TagAutocomplete.initialize();
App.Map.initialize();
};
$(function(){