mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-02 13:03:01 +08:00
update gitgraph to latest (#1814)
* update gitgraph to latest * docs: dependencies, update gitgraph to latest
This commit is contained in:
parent
e3df6fe4c2
commit
1dbc2195f8
|
@ -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
|
||||
|
|
|
@ -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">' ).
|
||||
|
|
Loading…
Reference in New Issue
Block a user