fixed bookmarklet

This commit is contained in:
vcuculo 2011-09-02 10:28:32 +02:00
parent 9072de5096
commit 8919d0c0ce

View file

@ -13,6 +13,7 @@
$(document).ready(function() $(document).ready(function()
{ {
Publisher.open(); Publisher.open();
Publisher.bookmarklet = true;
$("#publisher").bind('ajax:success', function(){ $("#publisher").bind('ajax:success', function(){
$('h4').text("#{t('bookmarklet.post_success')}"); $('h4').text("#{t('bookmarklet.post_success')}");
Publisher.close(); Publisher.close();