Skip to content

Commit

Permalink
Fix home page route.
Browse files Browse the repository at this point in the history
  • Loading branch information
rgieseke committed Jun 5, 2012
1 parent 9e58b4f commit 0b8dea7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui.js
Expand Up @@ -78,7 +78,7 @@ CKAN.UI = function($) {
},

index: function(query, page) {
//this.search();
this.switchView("home");
},

search: function(query, page) {
Expand Down

0 comments on commit 0b8dea7

Please sign in to comment.