Commit 7936eae0 authored by Mikolaï Krol's avatar Mikolaï Krol Committed by Mikolaï Krol

erp5_core: added jexcel gadget url to url dict

parent 14f0ee3d
......@@ -13,7 +13,8 @@
"jquery-sheets": {"url": "jquery-sheets.gadget.html"},
"pdf": {"url": "pdf_js/pdfjs.gadget.html"},
"notebook_editor": {"url": "gadget_notebook.html"},
"jsmd_editor": {"url": "gadget_jsmd_viewer.html"}
"jsmd_editor": {"url": "gadget_jsmd_viewer.html"},
"jexcel": {"url": "jexcel.gadget.html"}
};
......@@ -72,7 +73,7 @@
queue = new RSVP.Queue();
if ((modification_dict.hasOwnProperty('editable')) ||
(modification_dict.hasOwnProperty('editor')) ||
(modification_dict.hasOwnProperty('editor')) ||
(gadget.state.editor === 'notebook_editor')) {
// Clear first to DOM, append after to reduce flickering/manip
while (element.firstChild) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment