| Index: gm/rebaseline_server/static/utils.js
|
| diff --git a/gm/rebaseline_server/static/utils.js b/gm/rebaseline_server/static/utils.js
|
| deleted file mode 100644
|
| index e846b90bd663963e243446d2a5d6c8cffdf55ed0..0000000000000000000000000000000000000000
|
| --- a/gm/rebaseline_server/static/utils.js
|
| +++ /dev/null
|
| @@ -1,12 +0,0 @@
|
| -function make_results_header_sticky( ) {
|
| - element = $(".results-header-actions");
|
| - var pos = element.position();
|
| - $(window).scroll( function() {
|
| - var windowPos = $(window).scrollTop();
|
| - if (windowPos > pos.top) {
|
| - element.addClass("sticky");
|
| - } else {
|
| - element.removeClass("sticky");
|
| - }
|
| - });
|
| -}
|
|
|