diff --git a/dashboard-ui/movies.html b/dashboard-ui/movies.html
index 5d8839192c..36fca2779c 100644
--- a/dashboard-ui/movies.html
+++ b/dashboard-ui/movies.html
@@ -233,75 +233,63 @@
diff --git a/dashboard-ui/scripts/moviesrecommended.js b/dashboard-ui/scripts/moviesrecommended.js
index 421df51053..19ca2dc66f 100644
--- a/dashboard-ui/scripts/moviesrecommended.js
+++ b/dashboard-ui/scripts/moviesrecommended.js
@@ -269,6 +269,7 @@
break;
case 1:
depends.push('scripts/movies');
+ depends.push('scripts/queryfilters');
renderMethod = 'renderMoviesTab';
initMethod = 'initMoviesTab';
break;