X-Git-Url: https://git.mdrn.pl/fnpeditor.git/blobdiff_plain/8d2f43acd929d696df30e3fee718d62fad001b40..17683274ad99fde6de3c1c6c292c125cf8bc1956:/src/editor/plugins/core/edumed/choice/list.js diff --git a/src/editor/plugins/core/edumed/choice/list.js b/src/editor/plugins/core/edumed/choice/list.js index 9174710..ed897c0 100644 --- a/src/editor/plugins/core/edumed/choice/list.js +++ b/src/editor/plugins/core/edumed/choice/list.js @@ -15,7 +15,6 @@ var ListView = function(element, listNode, params) { this.params = params; this.dom = $(_.template(viewTemplate)()); this.list = this.dom.find('ul'); - this.addButton = this.dom.find('button.add'); this.itemViews = []; this.listNode.contents()