mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[FIX] web_timeline: Change vis-timeline library import
This commit is contained in:
committed by
CarlosRoca13
parent
63c0353f28
commit
e4dc4a01e3
@@ -6,20 +6,11 @@
|
||||
inherit_id="web.assets_backend"
|
||||
>
|
||||
<xpath expr="." position="inside">
|
||||
<link
|
||||
rel="stylesheet"
|
||||
type="text/css"
|
||||
href="/web_timeline/static/lib/vis-timeline/vis-timeline-graph2d.css"
|
||||
/>
|
||||
<link
|
||||
rel="stylesheet"
|
||||
type="text/scss"
|
||||
href="/web_timeline/static/src/scss/web_timeline.scss"
|
||||
/>
|
||||
<script
|
||||
type="text/javascript"
|
||||
src="/web_timeline/static/lib/vis-timeline/vis-timeline-graph2d.min.js"
|
||||
/>
|
||||
<script
|
||||
type="text/javascript"
|
||||
src="/web_timeline/static/src/js/timeline_view.js"
|
||||
|
||||
Reference in New Issue
Block a user