diff options
author | Michael Foiani <mfoiani2019@communiyschoolnaples.org> | 2018-11-06 19:04:18 -0500 |
---|---|---|
committer | Michael Foiani <mfoiani2019@communiyschoolnaples.org> | 2018-11-06 19:04:18 -0500 |
commit | 7af9d162ab82c6e6eb38a1e3cd1b06afd884d93a (patch) | |
tree | d64eb1373318c77703df03cdcfa45f2e8ae94c98 /src/components/mao-forums.js | |
parent | fd2cae2643663d67f2677da676e800fe1f91aefd (diff) |
Made multiple changes, fixing typos and a major bug with showing divisons.
Diffstat (limited to 'src/components/mao-forums.js')
-rw-r--r-- | src/components/mao-forums.js | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/components/mao-forums.js b/src/components/mao-forums.js index cf58bc4..b6ed193 100644 --- a/src/components/mao-forums.js +++ b/src/components/mao-forums.js @@ -151,9 +151,6 @@ class MaoForums extends connect(store)(PageViewElement) { } } - _firstRendered() { - } - submitForum() { if(this.shadowRoot) { var subjectElement = this.shadowRoot.getElementById('subject-field'); |