]> git.mxchange.org Git - friendica.git/blobdiff - view/jot-header.tpl
Merge branch 'master', remote-tracking branch 'remotes/upstream/master'
[friendica.git] / view / jot-header.tpl
index d6b172b6af8c28e75af10cbf84ee2f2483cf3ac0..ef760abe0fb6409022354f49a3012db2e21e7def 100755 (executable)
@@ -121,7 +121,6 @@ function enableOnUser(){
 <script type="text/javascript" src="$baseurl/js/ajaxupload.js" ></script>
 <script>
        var ispublic = '$ispublic';
-       var addtitle = '$addtitle';
 
        $(document).ready(function() {
                
@@ -262,6 +261,18 @@ function enableOnUser(){
                }
        }
 
+       function itemFiler(id) {
+               reply = prompt("$fileas");
+               if(reply && reply.length) {
+                       commentBusy = true;
+                       $('body').css('cursor', 'wait');
+                       $.get('filer/' + id + '?term=' + reply);
+                       if(timer) clearTimeout(timer);
+                       timer = setTimeout(NavUpdate,3000);
+                       liking = 1;
+               }
+       }
+
        function jotClearLocation() {
                $('#jot-coord').val('');
                $('#profile-nolocation-wrapper').hide();