mirror of
https://github.com/eosswedenorg/apt
synced 2026-06-18 04:50:03 +02:00
npm: Use tippy.js via npm instead of CDN
This commit is contained in:
parent
8f4314fefc
commit
afc71d7184
6 changed files with 45 additions and 4 deletions
|
|
@ -3,6 +3,7 @@ import AnchorJS from 'anchor-js'
|
|||
import Alpine from 'alpinejs'
|
||||
import alpine_search from './modules/alpine_search'
|
||||
import ClipboardJS from 'clipboard'
|
||||
import tippy from 'tippy.js'
|
||||
|
||||
// -------------------
|
||||
// Anchor
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -66,3 +66,9 @@
|
|||
* Copyright (C) 2020 Oliver Nightingale
|
||||
* @license MIT
|
||||
*/
|
||||
|
||||
/**!
|
||||
* tippy.js v5.2.1
|
||||
* (c) 2017-2020 atomiks
|
||||
* MIT License
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue