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

Fix toggle column script to apply only to caller's tab #292

Merged
merged 2 commits into from Nov 25, 2013

Conversation

alex-sl-eng
Copy link
Member

Fix toggle column script to apply only to caller's tab
https://bugzilla.redhat.com/show_bug.cgi?id=1033983

@@ -55,7 +55,7 @@
<a4j:commandLink
action="#{versionGroupHomeAction.setSelectedLocale(hLocale)}"
render="languages-project_list, language-label"
onclick="updateActiveRow(this), toggleColumn();return"
onclick="updateActiveRow(this), toggleColumn('languages_content');return"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why do you need the return statement?

carlosmunoz added a commit that referenced this pull request Nov 25, 2013
Fix toggle column script to apply only to caller's tab
@carlosmunoz carlosmunoz merged commit 523c635 into integration/master Nov 25, 2013
@carlosmunoz carlosmunoz deleted the rhbz1033983 branch November 25, 2013 03:20
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
2 participants