aboutsummaryrefslogtreecommitdiffhomepage
path: root/gm/rebaseline_server/static/live-loader.js
diff options
context:
space:
mode:
Diffstat (limited to 'gm/rebaseline_server/static/live-loader.js')
-rw-r--r--gm/rebaseline_server/static/live-loader.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/gm/rebaseline_server/static/live-loader.js b/gm/rebaseline_server/static/live-loader.js
index 9922c5a574..c2cb01f4df 100644
--- a/gm/rebaseline_server/static/live-loader.js
+++ b/gm/rebaseline_server/static/live-loader.js
@@ -141,12 +141,12 @@ Loader.controller(
* Once the dictionary is loaded, unhide the page elements so they can
* render the data.
*/
- var liveQueryUrl =
+ $scope.liveQueryUrl =
"/live-results/setADir=" + encodeURIComponent($scope.setADir) +
"&setASection=" + encodeURIComponent($scope.setASection) +
"&setBDir=" + encodeURIComponent($scope.setBDir) +
"&setBSection=" + encodeURIComponent($scope.setBSection);
- $http.get(liveQueryUrl).success(
+ $http.get($scope.liveQueryUrl).success(
function(data, status, header, config) {
var dataHeader = data[constants.KEY__ROOT__HEADER];
if (dataHeader[constants.KEY__HEADER__SCHEMA_VERSION] !=