aboutsummaryrefslogtreecommitdiffstats
path: root/view/jot-header.tpl
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-03-13 18:13:03 -0700
committerfriendica <info@friendica.com>2012-03-13 18:13:03 -0700
commitbe48fff1570aa1d04e049a6fd1665f4fc9634a62 (patch)
tree27b3a9afc78391ece8bfd2ce13ac74b77bc18898 /view/jot-header.tpl
parent8a789a33d1168359ae23300bc3169b37fb02facc (diff)
downloadvolse-hubzilla-be48fff1570aa1d04e049a6fd1665f4fc9634a62.tar.gz
volse-hubzilla-be48fff1570aa1d04e049a6fd1665f4fc9634a62.tar.bz2
volse-hubzilla-be48fff1570aa1d04e049a6fd1665f4fc9634a62.zip
file as widget and basic filing implementation for duepuntozero,slackr
much more work needed - this is just for test/evaluation currently
Diffstat (limited to 'view/jot-header.tpl')
-rwxr-xr-xview/jot-header.tpl12
1 files changed, 12 insertions, 0 deletions
diff --git a/view/jot-header.tpl b/view/jot-header.tpl
index d6b172b6a..88df73494 100755
--- a/view/jot-header.tpl
+++ b/view/jot-header.tpl
@@ -262,6 +262,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();