diff options
author | Simon <simon@kisikew.org> | 2012-02-26 22:20:46 -0800 |
---|---|---|
committer | Simon <simon@kisikew.org> | 2012-02-26 22:20:46 -0800 |
commit | 6e76d9d3a3bf27deefb1a2c50e721d3c866df5cb (patch) | |
tree | 07fcf6ef60cb145340755590feb6be43c13253cc /view/jot-header.tpl | |
parent | fc036210fb599cff936b647689362ebacf86a16b (diff) | |
parent | 72e78046afbd1977ff7b5458005cd62471faba0e (diff) | |
download | volse-hubzilla-6e76d9d3a3bf27deefb1a2c50e721d3c866df5cb.tar.gz volse-hubzilla-6e76d9d3a3bf27deefb1a2c50e721d3c866df5cb.tar.bz2 volse-hubzilla-6e76d9d3a3bf27deefb1a2c50e721d3c866df5cb.zip |
Merge pull request #51 from simonlnu/master
RFC, request for comments: about the https for html5shiv
Diffstat (limited to 'view/jot-header.tpl')
-rwxr-xr-x | view/jot-header.tpl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/view/jot-header.tpl b/view/jot-header.tpl index 007f639b6..d6b172b6a 100755 --- a/view/jot-header.tpl +++ b/view/jot-header.tpl @@ -15,7 +15,7 @@ function initEditor(cb){ $("a#jot-perms-icon").fancybox({ 'transitionIn' : 'elastic', 'transitionOut' : 'elastic' - }); + }); $(".jothidden").show(); if (typeof cb!="undefined") cb(); return; @@ -129,7 +129,6 @@ function enableOnUser(){ $("#profile-jot-text").focus(enableOnUser); $("#profile-jot-text").click(enableOnUser); - var uploader = new window.AjaxUpload( 'wall-image-upload', { action: 'wall_upload/$nickname', |