Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Fix ajax call scope when removing language
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Eng committed Apr 15, 2014
1 parent 7ee860f commit d2002b5
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -254,7 +254,7 @@
oncomplete="refreshStatistics();zanata.form.appendCheckboxes('#settings-languages-form')"
action="#{versionHome.removeLanguage(locale.localeId)}"
styleClass="l--float-right txt--danger reveal__target"
render="settings-languages-form" execute="@form">
render="settings-languages-form" execute="@this">
<i class="i--large i--remove"></i>
</a4j:commandLink>
</li>
Expand Down

0 comments on commit d2002b5

Please sign in to comment.