diff -r aae670254c49 -r 88e8673aaeeb client/js/renderer/nodeeditor.js --- a/client/js/renderer/nodeeditor.js Wed May 20 10:36:37 2015 +0200 +++ b/client/js/renderer/nodeeditor.js Wed May 20 10:39:35 2015 +0200 @@ -12,6 +12,8 @@ _init: function() { BaseEditor.prototype._init.apply(this); this.template = this.options.templates['templates/nodeeditor.html']; + //this.templates['default']= this.options.templates['templates/nodeeditor.html']; + //fusionner avec this.options.node_editor_templates this.readOnlyTemplate = this.options.templates['templates/nodeeditor_readonly.html']; }, draw: function() {