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

Commit

Permalink
Fix 'add languages' and 'add projects button in group page'
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Eng committed Nov 22, 2013
1 parent 9510134 commit 1460d4c
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 1460d4c

Please sign in to comment.