aboutsummaryrefslogtreecommitdiffstats
path: root/www/js/router.js
diff options
context:
space:
mode:
Diffstat (limited to 'www/js/router.js')
-rw-r--r--www/js/router.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/router.js b/www/js/router.js
index b85b361..f3153ba 100644
--- a/www/js/router.js
+++ b/www/js/router.js
@@ -38,7 +38,7 @@
},
search: function(){
- var searchView = new FMS.SearchView({ model: FMS.currentReport });
+ var searchView = new FMS.SearchView({ model: FMS.currentReport, msg: FMS.searchMessage });
this.changeView(searchView);
},