git-svn-id: https://msi/svn/firstRepo/WebClient/branches/Manut_3.0.1@72 0f545695-f87b-41b6-9a03-7f16563b5454
This commit is contained in:
+2
-2
@@ -174,8 +174,8 @@ define(['jquery', 'underscore', 'backbone',
|
||||
showSearch: function () {
|
||||
// will render home view and navigate to homeView
|
||||
var searchView = new SearchView();
|
||||
indexView.render();
|
||||
searchView.bind('renderCompleted:Search', this.changePage, this);
|
||||
searchView.render();
|
||||
this.changePage(searchView);
|
||||
},
|
||||
searchFn: function (nresult, categoria, difficolta, autore, titolo) {
|
||||
var foundedItems = new FoundItemCollection({categoryId: categoria, difficolta: difficolta, titolo: titolo, autore: autore, nResult: nresult, indexItems: 0});
|
||||
|
||||
Reference in New Issue
Block a user