adding js resources to jsp

This commit is contained in:
Ezequiel Bergamaschi
2014-07-14 02:45:39 -03:00
parent 954f242a63
commit b9b4c380b2
4 changed files with 16 additions and 4 deletions

View File

@@ -57,7 +57,7 @@ function createStorageManager(mindplot) {
In your script for loading the mindmap you add a call to the callback into the loadcomplete method::
$(document).addEvent('loadcomplete', function(resource) {
$(document).on('loadcomplete', function(resource) {
//Asset.javascript("{{ asset('bundles/fpgadmin/js/FpgMindmapPersistence.js')}}");
// Options has been defined in by a external ile ?
var options = {