You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by Matrix42 <gi...@git.apache.org> on 2018/03/27 06:37:33 UTC

[GitHub] flink pull request #5770: [FLINK-9093][document] add a backup js,in case of ...

GitHub user Matrix42 opened a pull request:

    https://github.com/apache/flink/pull/5770

    [FLINK-9093][document] add a backup js,in case of can't access Google

    ## What is the purpose of the change
    
    If cant't access Google the jquery.min.js can't be loaded,this will lead to the document can't be listed.
    
    ## Brief change log
    
    add a backup js
    
    ## Verifying this change
    
    *(Please pick either of the following options)*
    
    tested in local html
    


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/Matrix42/flink jquery

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/flink/pull/5770.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #5770
    
----
commit 5a8718c83365224665633d9600cbd92aca758bb7
Author: Matrix42 <93...@...>
Date:   2018-03-27T06:28:07Z

    [FLINK-9093] add a backup js,in case of can't access Google

----


---

[GitHub] flink pull request #5770: [FLINK-9093][document] add a backup js,in case of ...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/flink/pull/5770


---

[GitHub] flink issue #5770: [FLINK-9093][document] add a backup js,in case of can't a...

Posted by twalthr <gi...@git.apache.org>.
Github user twalthr commented on the issue:

    https://github.com/apache/flink/pull/5770
  
    Thank you @Matrix42. I will merge this to the recent release branches.


---

[GitHub] flink issue #5770: [FLINK-9093][document] add a backup js,in case of can't a...

Posted by StephanEwen <gi...@git.apache.org>.
Github user StephanEwen commented on the issue:

    https://github.com/apache/flink/pull/5770
  
    That should work.
    
    Out of curiosity: Why don't we simply add the jQuery file to the Flink website?


---

[GitHub] flink issue #5770: [FLINK-9093][document] add a backup js,in case of can't a...

Posted by Matrix42 <gi...@git.apache.org>.
Github user Matrix42 commented on the issue:

    https://github.com/apache/flink/pull/5770
  
    I saw there just a flink.js in the Flink project,so I didn't add it. I will add the jQuery file to the Flink website.


---