diff -r 61c45e41a515 -r eaaa1efce396 client/js/renderer/nodeeditor.js --- a/client/js/renderer/nodeeditor.js Tue Oct 04 16:40:25 2016 +0200 +++ b/client/js/renderer/nodeeditor.js Thu Jan 05 16:26:07 2017 +0100 @@ -12,7 +12,6 @@ _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.node_editor_templates; },