aboutsummaryrefslogtreecommitdiffstats
path: root/view/jot-header.tpl
diff options
context:
space:
mode:
authorMike Macgirvin <mike@macgirvin.com>2010-07-07 22:44:22 -0700
committerMike Macgirvin <mike@macgirvin.com>2010-07-07 22:44:22 -0700
commit4b4d680dc4e40384e9cc71591609a1f788f31c66 (patch)
tree97a46c9aba93073f8dd734a436c4a0271d1d62b2 /view/jot-header.tpl
parentac4800918012282d2e8daa40b3486a661ce5f279 (diff)
downloadvolse-hubzilla-4b4d680dc4e40384e9cc71591609a1f788f31c66.tar.gz
volse-hubzilla-4b4d680dc4e40384e9cc71591609a1f788f31c66.tar.bz2
volse-hubzilla-4b4d680dc4e40384e9cc71591609a1f788f31c66.zip
sort out anon profile display and write permissions
Diffstat (limited to 'view/jot-header.tpl')
-rw-r--r--view/jot-header.tpl12
1 files changed, 0 insertions, 12 deletions
diff --git a/view/jot-header.tpl b/view/jot-header.tpl
index 23e798ecd..7c17196ce 100644
--- a/view/jot-header.tpl
+++ b/view/jot-header.tpl
@@ -24,18 +24,6 @@ tinyMCE.init({
});
- function openClose(theID) {
- if(document.getElementById(theID).style.display == "block") {
- document.getElementById(theID).style.display = "none"
- }
- else {
- document.getElementById(theID).style.display = "block"
- }
- }
- function openMenu(theID) {
- document.getElementById(theID).style.display = "block"
- }
-
</script>
<!--