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 dd23b05 commit 411beee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions resources/testweb/discover.html
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,7 @@ <h3 class="panel-title"><i class="fa fa-bar-chart-o"></i> Creators</h3>
<script id="discover_creators_square_template" type="x-tmpl-mustache">
{{#.}}
<a href="/creators/main/{{creators_name}}"> {{creators_name}} </a>
{{/.}}
</script>

</div>
Expand Down
2 changes: 1 addition & 1 deletion resources/testweb/discover.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ $(document).ready(function() {
'#discover_creators', template, '#discover_creators_table');

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

});

Expand Down

0 comments on commit 411beee

Please sign in to comment.