Skip to content

Commit

Permalink
[FLINK-17675][docs] Update jquery dependency to 3.5.1
Browse files Browse the repository at this point in the history
This closes apache#12229
  • Loading branch information
rmetzger committed May 20, 2020
1 parent 400df32 commit ffc4ae1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
6 changes: 6 additions & 0 deletions NOTICE
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ Copyright 2014-2020 The Apache Software Foundation
This product includes software developed at
The Apache Software Foundation (http://www.apache.org/).

This project bundles the following dependencies under the MIT license.
See bundled license files for details.

- jQuery v3.5.1 | (c) JS Foundation and other contributors
-> in "docs/page/js/jquery.min.js"

This project bundles the following dependencies under the BSD license.
See bundled license files for details.

Expand Down
2 changes: 1 addition & 1 deletion docs/page/js/flink.js
Original file line number Diff line number Diff line change
Expand Up @@ -123,5 +123,5 @@ $(function() {

// Scroll now too in case we had opened the page on a hash, but wait a bit because some browsers
// will try to do *their* initial scroll after running the onReady handler.
$(window).load(function() { setTimeout(function() { maybeScrollToHash(); }, 25); });
$(window).ready(function() { setTimeout(function() { maybeScrollToHash(); }, 25); });
});
Loading

0 comments on commit ffc4ae1

Please sign in to comment.