Skip to content

Commit 3cbb597

Browse files
-
1 parent b283ac3 commit 3cbb597

File tree

5 files changed

+31
-39
lines changed

5 files changed

+31
-39
lines changed

assets/css/app.scss

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
@import "~bootstrap/scss/bootstrap.scss";
22

3-
@import "~select2/dist/css/select2.min.css";
4-
5-
@import "~@ttskch/select2-bootstrap4-theme/dist/select2-bootstrap4.min.css";
6-
73
#toast-container {
84
position: fixed;
95
right: 20px;

assets/js/app.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ global.$ = global.jQuery = $;
33

44
require('bootstrap');
55

6-
require('select2');
7-
86
import { saveAs } from 'file-saver';
97
var slug = require('slug');
108
slug.charmap['/'] = '-';
@@ -100,10 +98,6 @@ if('serviceWorker' in navigator && 'https:' == window.location.protocol) {
10098
$(document).ready(function () {
10199
$('label.required').append(' <small class="badge bg-light text-dark ml-1">' + trans_required + '</small>');
102100

103-
/*$('select').select2({
104-
theme: 'bootstrap4',
105-
});*/
106-
107101
$(document).on('click', '.dashboard-table-expand', function(event) {
108102
event.preventDefault();
109103
$(this).remove();

composer.lock

Lines changed: 31 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 0 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,10 @@
1919
"build": "encore production --progress"
2020
},
2121
"dependencies": {
22-
"@ttskch/select2-bootstrap4-theme": "^1.4.0",
2322
"bootstrap": "^5.0.0-alpha2",
2423
"file-saver": "^2.0.2",
2524
"jquery": "^3.5.1",
2625
"popper.js": "^1.16.1-lts",
27-
"select2": "^4.0.13",
2826
"slug": "^3.3.5"
2927
}
3028
}

0 commit comments

Comments
 (0)