update gitgraph to latest (#1814)

* update gitgraph to latest

* docs: dependencies, update gitgraph to latest
This commit is contained in:
Lars Hvam 2018-08-13 18:33:45 +02:00 committed by GitHub
parent e3df6fe4c2
commit 1dbc2195f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -9,4 +9,4 @@ abapGit uses a few external libraries, these are loaded via [cdnjs](https://cdnj
Library | Version | License
:------------ | :------------ | :------------
[octicons](https://github.com/primer/octicons) | 4.4.0 | MIT
[gitgraph](https://github.com/nicoespeon/gitgraph.js) | 1.2.3 | MIT
[gitgraph](https://github.com/nicoespeon/gitgraph.js) | 1.12.0 | MIT

View File

@ -87,7 +87,7 @@ CLASS ZCL_ABAPGIT_GUI_PAGE_BOVERVIEW IMPLEMENTATION.
ro_html->add( '<canvas id="gitGraph"></canvas>' ).
ro_html->add( '<script type="text/javascript" src="https://cdnjs.' &&
'cloudflare.com/ajax/libs/gitgraph.js/1.2.3/gitgraph.min.js">' &&
'cloudflare.com/ajax/libs/gitgraph.js/1.12.0/gitgraph.min.js">' &&
'</script>' ) ##NO_TEXT.
ro_html->add( '<script type="text/javascript">' ).