Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorvcuculo <vittorio.cuculo@gmail.com>2011-09-02 12:28:32 +0400
committervcuculo <vittorio.cuculo@gmail.com>2011-09-02 12:28:32 +0400
commit8919d0c0cea8aeeee7b18d66dfbe08614c73e482 (patch)
tree8d6e48b6fc1a070d31b522f26cdf15af1a455331 /app
parent9072de5096040881d6d61c07fa4ec9604cefb075 (diff)
fixed bookmarklet
Diffstat (limited to 'app')
-rw-r--r--app/views/status_messages/bookmarklet.html.haml1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/status_messages/bookmarklet.html.haml b/app/views/status_messages/bookmarklet.html.haml
index adb24271c..bbb2133c4 100644
--- a/app/views/status_messages/bookmarklet.html.haml
+++ b/app/views/status_messages/bookmarklet.html.haml
@@ -13,6 +13,7 @@
$(document).ready(function()
{
Publisher.open();
+ Publisher.bookmarklet = true;
$("#publisher").bind('ajax:success', function(){
$('h4').text("#{t('bookmarklet.post_success')}");
Publisher.close();