]> git.mxchange.org Git - friendica.git/commitdiff
minor typographical fixes. need to do something about the http on https sites for...
authorSimon L'nu <simon.lnu@gmail.com>
Mon, 27 Feb 2012 06:04:41 +0000 (01:04 -0500)
committerSimon L'nu <simon.lnu@gmail.com>
Mon, 27 Feb 2012 06:04:41 +0000 (01:04 -0500)
Signed-off-by: Simon L'nu <simon.lnu@gmail.com>
view/head.tpl
view/jot-header.tpl

index 2a18370887dbd5e72c6c20650d1172730cedac5a..da6ec1159c5ef49357c3019c2bab1408362271fc 100755 (executable)
@@ -11,7 +11,7 @@
 <link rel="search"
          href="$baseurl/opensearch" 
          type="application/opensearchdescription+xml" 
-         title="Search in Friendika" />
+         title="Search in Friendica" />
 
 <!--[if IE]>
 <script type="text/javascript" src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
index 007f639b671a00d0886bf31c10c268d26cef519d..d6b172b6af8c28e75af10cbf84ee2f2483cf3ac0 100755 (executable)
@@ -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',