aboutsummaryrefslogtreecommitdiff
path: root/static/js/posts.js
diff options
context:
space:
mode:
Diffstat (limited to 'static/js/posts.js')
-rw-r--r--static/js/posts.js1
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);
}