mirror of
https://git.imnavajas.es/jjimenez/erp-imprimelibros.git
synced 2026-01-28 14:48:50 +00:00
primer commit. añadido tema Velzon
This commit is contained in:
15
src/main/resources/static/assets/js/plugins.js
Normal file
15
src/main/resources/static/assets/js/plugins.js
Normal file
@ -0,0 +1,15 @@
|
||||
/*
|
||||
Template Name: Velzon - Admin & Dashboard Template
|
||||
Author: Themesbrand
|
||||
Version: 2.4.0
|
||||
Website: https://Themesbrand.com/
|
||||
Contact: Themesbrand@gmail.com
|
||||
File: Common Plugins Js File
|
||||
*/
|
||||
|
||||
//Common plugins
|
||||
if(document.querySelectorAll("[toast-list]") || document.querySelectorAll('[data-choices]') || document.querySelectorAll("[data-provider]")){
|
||||
document.writeln("<script type='text/javascript' src='https://cdn.jsdelivr.net/npm/toastify-js'></script>");
|
||||
document.writeln("<script type='text/javascript' src='/assets/libs/choices.js/public/assets/scripts/choices.min.js'></script>");
|
||||
document.writeln("<script type='text/javascript' src='/assets/libs/flatpickr/flatpickr.min.js'></script>");
|
||||
}
|
||||
Reference in New Issue
Block a user