aboutsummaryrefslogtreecommitdiff
path: root/src/components/mao-forums.js
diff options
context:
space:
mode:
authorMichael Foiani <mfoiani2019@communiyschoolnaples.org>2018-11-06 19:04:18 -0500
committerMichael Foiani <mfoiani2019@communiyschoolnaples.org>2018-11-06 19:04:18 -0500
commit7af9d162ab82c6e6eb38a1e3cd1b06afd884d93a (patch)
treed64eb1373318c77703df03cdcfa45f2e8ae94c98 /src/components/mao-forums.js
parentfd2cae2643663d67f2677da676e800fe1f91aefd (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.js3
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');