diff options
Diffstat (limited to 'view/jot-header.tpl')
-rw-r--r-- | view/jot-header.tpl | 12 |
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> <!-- |