Always set translations

This commit is contained in:
Raphael 2010-11-30 15:44:27 -08:00 committed by danielvincent
parent f2cb43bb4e
commit 4f3d031e89

View file

@ -13,11 +13,6 @@
- if aspect != :all && aspect.contacts.count == 0
:javascript
$(document).ready(function(){
EditPane.setTranslations({
doneEditing: "#{t('.done_editing')}",
editAspect:"#{t('aspects.show.edit_aspect')}"
});
EditPane.fadeIn();
});