mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-07-14 12:24:33 +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';
|
||||
|
||||
//CSS
|
||||
import "bootstrap-fileinput/css/fileinput.css"
|
||||
|
||||
//JS
|
||||
|
||||
import "bootstrap-fileinput";
|
||||
|
||||
class RegisterEventHelper {
|
||||
constructor() {
|
||||
this.registerTooltips();
|
||||
this.registerFileInput();
|
||||
|
||||
this.registerSpecialCharInput();
|
||||
}
|
||||
|
@ -30,12 +22,6 @@ class RegisterEventHelper {
|
|||
});
|
||||
}
|
||||
|
||||
registerFileInput() {
|
||||
this.registerLoadHandler(() => {
|
||||
$(".file").fileinput();
|
||||
});
|
||||
}
|
||||
|
||||
registerSpecialCharInput() {
|
||||
this.registerLoadHandler(() => {
|
||||
//@ts-ignore
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue