fix bookmarklet. fixes #2605

This commit is contained in:
Maxwell Salzberg 2012-01-16 14:36:21 -08:00
parent efb05be072
commit 5d01904231

View file

@ -12,7 +12,6 @@
Diaspora.I18n.loadLocale(#{get_javascript_strings_for(current_user.language).to_json}, "#{current_user.language}");
$(document).ready(function()
{
Publisher.open();
Publisher.bookmarklet = true;
$("#publisher").bind('ajax:success', function(){
$('h4').text("#{t('bookmarklet.post_success')}");