mirror of
https://github.com/discourse/discourse-table-builder.git
synced 2025-06-24 09:22:11 +00:00
DEV: Remove comments and unused code
This commit is contained in:
parent
bf454250fe
commit
05cd2ada7e
@ -10,9 +10,6 @@ export default Component.extend({
|
|||||||
didInsertElement() {
|
didInsertElement() {
|
||||||
this._super(...arguments);
|
this._super(...arguments);
|
||||||
|
|
||||||
// ? TODO move to component (read about not allowing Controllers to do DOM manipulation)
|
|
||||||
this._super(...arguments);
|
|
||||||
|
|
||||||
this.loadLibraries().then(() => {
|
this.loadLibraries().then(() => {
|
||||||
this.buildTable(this.tableHtml);
|
this.buildTable(this.tableHtml);
|
||||||
});
|
});
|
||||||
|
@ -3,9 +3,6 @@
|
|||||||
@class="table-editor-modal"
|
@class="table-editor-modal"
|
||||||
>
|
>
|
||||||
{{! TODO: Parse .md to json and fill table }}
|
{{! TODO: Parse .md to json and fill table }}
|
||||||
{{! TODO: Fix instances where multiple tables in a single post }}
|
|
||||||
|
|
||||||
{{! TODO better id name }}
|
|
||||||
<div id="spreadsheet" tabindex="1" class="jexcel_container"></div>
|
<div id="spreadsheet" tabindex="1" class="jexcel_container"></div>
|
||||||
|
|
||||||
</DModalBody>
|
</DModalBody>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user