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

Commit

Permalink
Merge pull request #283 from zanata/rhbz1033389
Browse files Browse the repository at this point in the history
Fix 'add languages' and 'add projects button in group page' :https://bugzilla.redhat.com/show_bug.cgi?id=1033389
  • Loading branch information
Patrick Huang committed Nov 22, 2013
2 parents b76b406 + 1460d4c commit 875628a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Expand Up @@ -36,7 +36,7 @@
rendered="#{s:hasPermission(versionGroupHome.instance, 'update')}">
<p>
<a href="#settings-languages" class="button--primary"
onclick="updateHashAndGotoUrl()">
onclick="updateHashAndGotoUrl(this)">
#{messages['jsf.AddLanguages']}
</a>
</p>
Expand Down Expand Up @@ -145,7 +145,7 @@
rendered="#{s:hasPermission(versionGroupHome.instance, 'update')}">
<p>
<a href="#settings-projects" class="button--primary"
onclick="updateHashAndGotoUrl()">
onclick="updateHashAndGotoUrl(this)">
#{messages['jsf.AddProjectVersions']}
</a>
</p>
Expand Down
Expand Up @@ -145,7 +145,7 @@
rendered="#{s:hasPermission(versionGroupHome.instance, 'update')}">
<p>
<a href="#settings-languages" class="button--primary"
onclick="updateHashAndGotoUrl()">
onclick="updateHashAndGotoUrl(this)">
#{messages['jsf.AddLanguages']}
</a>
</p>
Expand Down

0 comments on commit 875628a

Please sign in to comment.