Skip to content
This repository has been archived by the owner on Feb 15, 2019. It is now read-only.

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
dessalines committed Sep 10, 2014
1 parent 4db1b20 commit dd23b05
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions resources/testweb/discover.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,17 @@ $(document).ready(function() {
setupDiscoverSearch('discover', '#discover_search', '#discover_search_btn',
'#discover_creators', template, '#discover_creators_table');

setupDiscoverSearchSquare('discover', '#discover_search', '#discover_search_btn',
'#discover_creators', squareTemplate, '#discover_creators_table');
setupDiscoverSearch('discover', '#discover_search', '#discover_search_btn',
'#discover_creators_square', squareTemplate, '#discover_creators_table');



$('#categories').on('change', function() {
setupDiscoverSearch('discover', '#discover_search', '#discover_search_btn',
'#discover_creators_square', template, '#discover_creators_table');
'#discover_creators', template, '#discover_creators_table');

setupDiscoverSearch('discover', '#discover_search', '#discover_search_btn',
'#discover_creators_square', squareTemplate, '#discover_creators_table');

});

Expand Down

0 comments on commit dd23b05

Please sign in to comment.