aboutsummaryrefslogtreecommitdiffstats
path: root/include/main.js
diff options
context:
space:
mode:
authorMike Macgirvin <mike@macgirvin.com>2010-07-12 00:49:06 -0700
committerMike Macgirvin <mike@macgirvin.com>2010-07-12 00:49:06 -0700
commitb0f8cd5fe684d5c03419838c2859a11ea6d6f8a0 (patch)
treec1314b58b02985955b8cbcabb541fe602f8123a4 /include/main.js
parent4e40156607aede8d1ed9bd63b18bc6c83ea572d7 (diff)
downloadvolse-hubzilla-b0f8cd5fe684d5c03419838c2859a11ea6d6f8a0.tar.gz
volse-hubzilla-b0f8cd5fe684d5c03419838c2859a11ea6d6f8a0.tar.bz2
volse-hubzilla-b0f8cd5fe684d5c03419838c2859a11ea6d6f8a0.zip
facebook style comments
Diffstat (limited to 'include/main.js')
-rw-r--r--include/main.js8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/main.js b/include/main.js
index 4fb92c774..8d364ebce 100644
--- a/include/main.js
+++ b/include/main.js
@@ -7,6 +7,14 @@
document.getElementById(theID).style.display = "block"
}
}
+
function openMenu(theID) {
document.getElementById(theID).style.display = "block"
}
+
+ function closeMenu(theID) {
+ document.getElementById(theID).style.display = "none"
+ }
+
+
+