Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(184)

Unified Diff: gm/rebaseline_server/static/loader.js

Issue 446933002: make the action buttons for rebaseline server stick to the top of the window as you scroll (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: gm/rebaseline_server/static/loader.js
diff --git a/gm/rebaseline_server/static/loader.js b/gm/rebaseline_server/static/loader.js
index 19bc2378a0cbfd16b30d98bdf6a46151568aa8b4..1ec7305dc6532fbe4d27d21b790352dd2caea61b 100644
--- a/gm/rebaseline_server/static/loader.js
+++ b/gm/rebaseline_server/static/loader.js
@@ -291,6 +291,10 @@ Loader.controller(
$scope.updateResults();
$scope.loadingMessage = "";
$scope.windowTitle = "Current GM Results";
+
+ $timeout( function() {
epoger 2014/08/06 17:14:11 please add the same call to live-loader.js (which
humper 2014/08/06 17:32:11 Done.
+ make_results_header_sticky();
+ });
}
}
).error(
« no previous file with comments | « no previous file | gm/rebaseline_server/static/rebaseline_server.js » ('j') | gm/rebaseline_server/static/rebaseline_server.js » ('J')

Powered by Google App Engine
This is Rietveld 408576698