]> git.mxchange.org Git - friendica.git/blobdiff - js/main.js
FR: update to the strings
[friendica.git] / js / main.js
index a28c8576f08fe1329ec1db9b6e47afb9b229a2a4..bd6dfc852033948f366e951dcb11f208114ba1a9 100644 (file)
                unpause();
                $('#like-rotator-' + ident.toString()).show();
                $.get('like/' + ident.toString() + '?verb=' + verb, NavUpdate );
-//             if(timer) clearTimeout(timer);
-//             timer = setTimeout(NavUpdate,3000);
                liking = 1;
        }
 
+       function dosubthread(ident) {
+               unpause();
+               $('#like-rotator-' + ident.toString()).show();
+               $.get('subthread/' + ident.toString(), NavUpdate );
+               liking = 1;
+       }
+
+
        function dostar(ident) {
                ident = ident.toString();
                $('#like-rotator-' + ident).show();