Quantcast

Moved the contents of addon.ToggleFilters() to the OnClick script of ARL_FilterButton, since that's the only place the function was referenced.

Author torhal <torhal@dummy.example.com>
Author date 2009-09-21 07:34:52
Author local date 2009-09-21 07:34:52 +0000
Committer torhal <torhal@dummy.example.com>
Committer date 2009-09-21 07:34:52
Committer local date 2009-09-21 07:34:52 +0000
Commit 3c0ec1e367f332c897b38ae67898c0ea0d62756d
Tree a69a8f22ceb7551249719dc24667cd3146e12fb3
Parent dbd27b828693dc319dbd5ad5367e611391ec2fdc
Moved the contents of addon.ToggleFilters() to the OnClick script of ARL_FilterButton, since that's the only place the function was referenced.
Changed addon:GenericCreateButton() to be file-local GenericCreateButton(), and moved its helper functions out of its function body (so they weren't re-created every call) and into an enclosing do-block.
Changed addon.resetTitle() to addon.Frame:ResetTitle().
Renamed maxVisibleRecipes to NUM_RECIPE_LINES.