aboutsummaryrefslogtreecommitdiffstats
path: root/view/de
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-03-16 19:36:59 -0700
committerFriendika <info@friendika.com>2011-03-16 19:36:59 -0700
commit3f432a7b82480dd985dbc2a67ae23cfc1ed258c6 (patch)
tree1fc92a535b189b0283273ff97517c74e4d79b20d /view/de
parente2ea341094c53e78ae7473a83d2b6c85b1cde4eb (diff)
downloadvolse-hubzilla-3f432a7b82480dd985dbc2a67ae23cfc1ed258c6.tar.gz
volse-hubzilla-3f432a7b82480dd985dbc2a67ae23cfc1ed258c6.tar.bz2
volse-hubzilla-3f432a7b82480dd985dbc2a67ae23cfc1ed258c6.zip
share,retweet,relay,forward, whatever
Diffstat (limited to 'view/de')
-rw-r--r--view/de/jot-header.tpl10
1 files changed, 10 insertions, 0 deletions
diff --git a/view/de/jot-header.tpl b/view/de/jot-header.tpl
index 58403f1ba..25d28c3a7 100644
--- a/view/de/jot-header.tpl
+++ b/view/de/jot-header.tpl
@@ -111,6 +111,16 @@ tinyMCE.init({
}
}
+ function jotShare(id) {
+ $('#like-rotator-' + id).show();
+ $.get('share/' + id, function(data) {
+ tinyMCE.execCommand('mceInsertRawHTML',false,data);
+ $('#like-rotator-' + id).hide();
+ $(window).scrollTop(0);
+ });
+ }
+
+
function linkdropper(event) {
var linkFound = event.dataTransfer.types.contains("text/uri-list");