]> git.mxchange.org Git - friendica.git/commitdiff
revup
authorFriendika <info@friendika.com>
Thu, 16 Jun 2011 22:26:39 +0000 (15:26 -0700)
committerFriendika <info@friendika.com>
Thu, 16 Jun 2011 22:26:39 +0000 (15:26 -0700)
boot.php
view/jot-header.tpl

index 49247eb23fff4634679cd22fc7b17858d7941172..94db299420ba2f76f0314bb864cea923f2344f40 100644 (file)
--- a/boot.php
+++ b/boot.php
@@ -4,7 +4,7 @@ set_time_limit(0);
 ini_set('pcre.backtrack_limit', 250000);
 
 
-define ( 'FRIENDIKA_VERSION',      '2.2.1012' );
+define ( 'FRIENDIKA_VERSION',      '2.2.1013' );
 define ( 'DFRN_PROTOCOL_VERSION',  '2.21'    );
 define ( 'DB_UPDATE_VERSION',      1063      );
 
index 61c80702efb4c4f68dc2a78e82ccffcd87c7c42e..bf2dde8e9b0452cc41a59a10f8127b0344b06e53 100644 (file)
@@ -114,10 +114,12 @@ tinyMCE.init({
 
                $('.item-select').each( function() {
                        if($(this).is(':checked')) {
-                               if(checkedstr.length != 0)
+                               if(checkedstr.length != 0) {
                                        checkedstr = checkedstr + ',' + $(this).val();
-                               else
+                               }
+                               else {
                                        checkedstr = $(this).val();
+                               }
                        }       
                });
                $.post('item', { dropitems: checkedstr }, function(data) {