diff options
author | Simon L'nu <simon.lnu@gmail.com> | 2012-02-27 01:04:41 -0500 |
---|---|---|
committer | Simon L'nu <simon.lnu@gmail.com> | 2012-02-27 01:04:41 -0500 |
commit | 72e78046afbd1977ff7b5458005cd62471faba0e (patch) | |
tree | 07fcf6ef60cb145340755590feb6be43c13253cc /view/jot-header.tpl | |
parent | 36d173ca98f8f95bb14e58562004cdcf07c47183 (diff) | |
download | volse-hubzilla-72e78046afbd1977ff7b5458005cd62471faba0e.tar.gz volse-hubzilla-72e78046afbd1977ff7b5458005cd62471faba0e.tar.bz2 volse-hubzilla-72e78046afbd1977ff7b5458005cd62471faba0e.zip |
minor typographical fixes. need to do something about the http on https sites for html5shiv. changed to https on mine
Signed-off-by: Simon L'nu <simon.lnu@gmail.com>
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', |