diff options
author | KushBlazingJudah <59340248+KushBlazingJudah@users.noreply.github.com> | 2021-08-20 14:51:43 -0300 |
---|---|---|
committer | KushBlazingJudah <59340248+KushBlazingJudah@users.noreply.github.com> | 2021-08-20 14:51:43 -0300 |
commit | 683de5193680d4c8d9df2b273daa17b4c4f847d7 (patch) | |
tree | fb0557005634fa40d182d11cd7a4aec6f38d1346 /static/js | |
parent | a497499817cbf72b295253e1a2bb1011d121ba28 (diff) |
fix a couple problems
Diffstat (limited to 'static/js')
-rw-r--r-- | static/js/posts.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/static/js/posts.js b/static/js/posts.js index 30f4893..39808dd 100644 --- a/static/js/posts.js +++ b/static/js/posts.js @@ -2,6 +2,7 @@ function startNewPost(){ var el = document.getElementById("newpostbtn"); el.style="display:none;"; el.setAttribute("state", "1"); + document.getElementById("stopTablePost").style=""; document.getElementById("newpost").style = ""; sessionStorage.setItem("newpostState", true); } |