mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-21 09:35:49 +02:00
Removed bootstrap-fileinput, as we do not use it anymore
This commit is contained in:
parent
750bdc45d1
commit
b731b2529c
2 changed files with 0 additions and 15 deletions
|
@ -1,16 +1,8 @@
|
||||||
'use strict';
|
'use strict';
|
||||||
|
|
||||||
//CSS
|
|
||||||
import "bootstrap-fileinput/css/fileinput.css"
|
|
||||||
|
|
||||||
//JS
|
|
||||||
|
|
||||||
import "bootstrap-fileinput";
|
|
||||||
|
|
||||||
class RegisterEventHelper {
|
class RegisterEventHelper {
|
||||||
constructor() {
|
constructor() {
|
||||||
this.registerTooltips();
|
this.registerTooltips();
|
||||||
this.registerFileInput();
|
|
||||||
|
|
||||||
this.registerSpecialCharInput();
|
this.registerSpecialCharInput();
|
||||||
}
|
}
|
||||||
|
@ -30,12 +22,6 @@ class RegisterEventHelper {
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
registerFileInput() {
|
|
||||||
this.registerLoadHandler(() => {
|
|
||||||
$(".file").fileinput();
|
|
||||||
});
|
|
||||||
}
|
|
||||||
|
|
||||||
registerSpecialCharInput() {
|
registerSpecialCharInput() {
|
||||||
this.registerLoadHandler(() => {
|
this.registerLoadHandler(() => {
|
||||||
//@ts-ignore
|
//@ts-ignore
|
||||||
|
|
|
@ -58,7 +58,6 @@
|
||||||
"@ckeditor/ckeditor5-word-count": "^34.2.0",
|
"@ckeditor/ckeditor5-word-count": "^34.2.0",
|
||||||
"@zxing/library": "^0.19.1",
|
"@zxing/library": "^0.19.1",
|
||||||
"bootbox": "^5.4.0",
|
"bootbox": "^5.4.0",
|
||||||
"bootstrap-fileinput": "^5.0.1",
|
|
||||||
"bootstrap-select": "v1.14.0-beta3",
|
"bootstrap-select": "v1.14.0-beta3",
|
||||||
"bootswatch": "^5.1.3",
|
"bootswatch": "^5.1.3",
|
||||||
"bs-custom-file-input": "^1.3.4",
|
"bs-custom-file-input": "^1.3.4",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue