PluginProbe
Booking Calendar / 11.8.4
Booking Calendar v11.8.4
11.8.4 11.8.3 11.8.2 11.8.1 11.8 11.7 11.6.1 11.6 11.5 11.4.3 11.4.2 11.4.1 11.4 11.3 11.2.1 11.2 11.1 11.0 10.15.7 10.15.6 10.1.3 10.10 10.10.1 10.10.2 10.11 All 204 releases
booking / vendors / _custom / tippy.js / custom.txt

custom.txt in Booking Calendar 11.8.4, at vendors/_custom/tippy.js/custom.txt

11 lines 665 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /**
2 * Popover functionality.
3 * Popover based on Tippy.js ( https://atomiks.github.io/tippyjs/v6/all-props/#allowhtml ), which is based on popper.js ( https://popper.js.org/docs/v2/tutorial/ )
4 * Install Alt + F12 run
5 * npm i @popperjs/core
6 * npm i tippy.js
7 * Copy ..\node_modules\@popperjs\core\dist\umd to ..\wp-content/plugins/booking/assets/libs/popper
8 * Copy ..\node_modules\tippy.js\{dist && themes} to ..\wp-content/plugins/booking/assets/libs/tippy.js
9 * In popper.js edit global.Popper to global.wpbc_Popper
10 * In tippy-bundle.umd.js edit global.Popper to global.wpbc_Popper and global.tippy to global.wpbc_tippy
11 */