From 72e78046afbd1977ff7b5458005cd62471faba0e Mon Sep 17 00:00:00 2001 From: Simon L'nu Date: Mon, 27 Feb 2012 01:04:41 -0500 Subject: 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 --- view/jot-header.tpl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'view/jot-header.tpl') 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', -- cgit v1.2.3