aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/dispy-dark/jot-header.tpl
diff options
context:
space:
mode:
authorTobias Diekershoff <tobias.diekershoff@gmx.net>2012-03-16 07:13:14 +0100
committerTobias Diekershoff <tobias.diekershoff@gmx.net>2012-03-16 07:13:14 +0100
commit74c64ef2d244df47b2bea6527bbeb5cc62ca8845 (patch)
tree1e3314f76eefd8f7d014ae8e4a218dc9663ae3d7 /view/theme/dispy-dark/jot-header.tpl
parent80b57e664a3df68994108a3d511468b249e0bbff (diff)
parent47e1b8d0c07d79c33f8b2de52145aa751d4b955a (diff)
downloadvolse-hubzilla-74c64ef2d244df47b2bea6527bbeb5cc62ca8845.tar.gz
volse-hubzilla-74c64ef2d244df47b2bea6527bbeb5cc62ca8845.tar.bz2
volse-hubzilla-74c64ef2d244df47b2bea6527bbeb5cc62ca8845.zip
Merge branch 'master' of https://github.com/friendica/friendica
Diffstat (limited to 'view/theme/dispy-dark/jot-header.tpl')
-rw-r--r--view/theme/dispy-dark/jot-header.tpl14
1 files changed, 14 insertions, 0 deletions
diff --git a/view/theme/dispy-dark/jot-header.tpl b/view/theme/dispy-dark/jot-header.tpl
index 43dcdbb84..4c8f59d79 100644
--- a/view/theme/dispy-dark/jot-header.tpl
+++ b/view/theme/dispy-dark/jot-header.tpl
@@ -114,6 +114,7 @@ function enableOnUser(){
$(this).val("");
initEditor();
}
+
</script>
<script type="text/javascript" src="$baseurl/js/ajaxupload.js"></script>
<script type="text/javascript">
@@ -121,6 +122,7 @@ function enableOnUser(){
var addtitle = '$addtitle';
$(document).ready(function() {
+
/* enable tinymce on focus and click */
$("#profile-jot-text").focus(enableOnUser);
$("#profile-jot-text").click(enableOnUser);
@@ -261,6 +263,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();