Remove bs-custom-file-input javascript plugin
This commit is contained in:
parent
9017eadbe8
commit
d8b592ddb2
4 changed files with 0 additions and 13 deletions
|
@ -16,8 +16,6 @@
|
||||||
//= require matomo
|
//= require matomo
|
||||||
//= require richtext
|
//= require richtext
|
||||||
//= require qs/dist/qs
|
//= require qs/dist/qs
|
||||||
//= require bs-custom-file-input
|
|
||||||
//= require bs-custom-file-input-init
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Called as the user scrolls/zooms around to manipulate hrefs of the
|
* Called as the user scrolls/zooms around to manipulate hrefs of the
|
||||||
|
|
|
@ -1,5 +0,0 @@
|
||||||
/* global bsCustomFileInput */
|
|
||||||
|
|
||||||
$(document).ready(function () {
|
|
||||||
bsCustomFileInput.init();
|
|
||||||
});
|
|
|
@ -2,7 +2,6 @@
|
||||||
"name": "openstreetmap",
|
"name": "openstreetmap",
|
||||||
"private": true,
|
"private": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"bs-custom-file-input": "^1.3.4",
|
|
||||||
"jquery-simulate": "^1.0.2",
|
"jquery-simulate": "^1.0.2",
|
||||||
"js-cookie": "^3.0.0",
|
"js-cookie": "^3.0.0",
|
||||||
"leaflet": "^1.8.0",
|
"leaflet": "^1.8.0",
|
||||||
|
|
|
@ -134,11 +134,6 @@ brace-expansion@^1.1.7:
|
||||||
balanced-match "^1.0.0"
|
balanced-match "^1.0.0"
|
||||||
concat-map "0.0.1"
|
concat-map "0.0.1"
|
||||||
|
|
||||||
bs-custom-file-input@^1.3.4:
|
|
||||||
version "1.3.4"
|
|
||||||
resolved "https://registry.yarnpkg.com/bs-custom-file-input/-/bs-custom-file-input-1.3.4.tgz#c275cb8d4f1c02ba026324292509fa9a747dbda8"
|
|
||||||
integrity sha512-NBsQzTnef3OW1MvdKBbMHAYHssCd613MSeJV7z2McXznWtVMnJCy7Ckyc+PwxV6Pk16cu6YBcYWh/ZE0XWNKCA==
|
|
||||||
|
|
||||||
call-bind@^1.0.7:
|
call-bind@^1.0.7:
|
||||||
version "1.0.7"
|
version "1.0.7"
|
||||||
resolved "https://registry.yarnpkg.com/call-bind/-/call-bind-1.0.7.tgz#06016599c40c56498c18769d2730be242b6fa3b9"
|
resolved "https://registry.yarnpkg.com/call-bind/-/call-bind-1.0.7.tgz#06016599c40c56498c18769d2730be242b6fa3b9"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue