aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
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>
<!--