diff options
author | Mike Macgirvin <mike@macgirvin.com> | 2010-07-07 22:44:22 -0700 |
---|---|---|
committer | Mike Macgirvin <mike@macgirvin.com> | 2010-07-07 22:44:22 -0700 |
commit | 4b4d680dc4e40384e9cc71591609a1f788f31c66 (patch) | |
tree | 97a46c9aba93073f8dd734a436c4a0271d1d62b2 /view | |
parent | ac4800918012282d2e8daa40b3486a661ce5f279 (diff) | |
download | volse-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.tpl | 4 | ||||
-rw-r--r-- | view/jot-header.tpl | 12 |
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> <!-- |