aboutsummaryrefslogtreecommitdiffstats
path: root/view
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
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')
-rw-r--r--view/head.tpl4
-rw-r--r--view/jot-header.tpl12
2 files changed, 2 insertions, 14 deletions
diff --git a/view/head.tpl b/view/head.tpl
index 3a7bcc604..d520e45f0 100644
--- a/view/head.tpl
+++ b/view/head.tpl
@@ -3,6 +3,6 @@
<link rel="stylesheet" type="text/css" href="$baseurl/view/style.css" media="all" />
<!--[if IE]>
-<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
+<script type="text/javascript" src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
-
+<script type="text/javascript" src="$baseurl/include/main.js" ></script>
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>
<!--