From 1e8c1f684f44e17085005619366e4af9dcec85bf Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Tue, 25 Aug 2015 23:09:16 -0400 Subject: [PATCH] fix movie filters --- dashboard-ui/movies.html | 94 ++++++++++------------- dashboard-ui/scripts/moviesrecommended.js | 1 + 2 files changed, 42 insertions(+), 53 deletions(-) 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 @@
- +
+ + ${HeaderFilters} + + + -
-
- - ${HeaderFilters} - - - + + - - + + - - + + - - + + - - + + +
- - -
- -
- +
+ + ${HeaderFilters} + + + -
-
- - ${HeaderFilters} - - - + + - - + + +
+
+ + ${HeaderPersonTypes} + + + - - -
-
- - ${HeaderPersonTypes} - - - + + - - + + - - - - - -
-
+ + +
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;