git-svn-id: https://msi/svn/firstRepo/WebClient/branches/Manut_3.0.1@72 0f545695-f87b-41b6-9a03-7f16563b5454

This commit is contained in:
2016-03-02 20:28:31 +00:00
parent 2affad28f1
commit 9a8359a8dc
8 changed files with 25 additions and 12 deletions
+2 -2
View File
@@ -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});