Skip to content

Commit

Permalink
changed Indicator setting
Browse files Browse the repository at this point in the history
  • Loading branch information
Ran Ben Aharon committed Sep 11, 2011
1 parent 7baf3eb commit 38bcd78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/nav/js/scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ function search(q){
$page.find("ul").remove();
var $ul = $("<ul>");
$page.append($ul);
TouchyJS.Nav.Indicator.show({color: '#cccccc'});
TouchyJS.Nav.Indicator.show();

// get search results
$.getJSON('data/search.js?v=2&q='+q, function(response){
Expand Down

0 comments on commit 38bcd78

Please sign in to comment.