Skip to content

Conversation

@sg00dwin
Copy link
Contributor

  • because clear filters button is now withing .label-filter-active-filters it was being deleted after first clear
  • instead of emptying everything inside label-filter-active-filters it now looks for label with label-filter-active-filter and removes

…ed once filter has been cleared once.

	- because clear filters button is now withing .label-filter-active-filters it was being deleted after first clear
	- instead of emptying everything inside label-filter-active-filters it now looks for label with label-filter-active-filter and removes
@sg00dwin
Copy link
Contributor Author

@jwforres fix for minor bug from previous release.

.text("Clear filters")
)
).click(function() {
$(this).hide();

Choose a reason for hiding this comment

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

Nicely done! 😄

@jwforres jwforres merged commit 59ba6c3 into kubernetes-ui:master May 17, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants