Skip to content

Commit

Permalink
assets build fixed (#878)
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-stanek authored Sep 22, 2022
1 parent 9335f05 commit 8ac8501
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions app/assets/common/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ import 'bootstrap-select'
import 'bootstrap-select/dist/js/i18n/defaults-cs_CZ'
import 'bootstrap-confirmation2'
import 'bootstrap-fileinput'
import 'bootstrap-fileinput/themes/fa/theme'
import 'bootstrap-fileinput/themes/fa6/theme'
import 'bootstrap-fileinput/js/locales/cs'

// datagrid
Expand Down Expand Up @@ -122,7 +122,7 @@ function initSelects() {
function initFileInputs() {
$('input[type="file"]').fileinput({
language: 'cs',
theme: 'fa',
theme: 'fa6',
showPreview: false,
showRemove: false,
showUpload: false,
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -712,9 +712,9 @@ callsites@^3.0.0:
integrity sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==

caniuse-lite@^1.0.30001400:
version "1.0.30001402"
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001402.tgz#aa29e1f47f5055b0d0c07696a67b8b08023d14c8"
integrity sha512-Mx4MlhXO5NwuvXGgVb+hg65HZ+bhUYsz8QtDGDo2QmaJS2GBX47Xfi2koL86lc8K+l+htXeTEB/Aeqvezoo6Ew==
version "1.0.30001409"
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001409.tgz#6135da9dcab34cd9761d9cdb12a68e6740c5e96e"
integrity sha512-V0mnJ5dwarmhYv8/MzhJ//aW68UpvnQBXv8lJ2QUsvn2pHcmAuNtu8hQEDz37XnA1iE+lRR9CIfGWWpgJ5QedQ==

chalk@^2.0.0:
version "2.4.2"
Expand Down Expand Up @@ -872,9 +872,9 @@ duplexer@^0.1.2:
integrity sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg==

electron-to-chromium@^1.4.251:
version "1.4.253"
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.253.tgz#3402fd2159530fc6d94237f1b9535fa7bebaf399"
integrity sha512-1pezJ2E1UyBTGbA7fUlHdPSXQw1k+82VhTFLG5G0AUqLGvsZqFzleOblceqegZzxYX4kC7hGEEdzIQI9RZ1Cuw==
version "1.4.257"
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.257.tgz#895dc73c6bb58d1235dc80879ecbca0bcba96e2c"
integrity sha512-C65sIwHqNnPC2ADMfse/jWTtmhZMII+x6ADI9gENzrOiI7BpxmfKFE84WkIEl5wEg+7+SfIkwChDlsd1Erju2A==

emojis-list@^3.0.0:
version "3.0.0"
Expand Down

0 comments on commit 8ac8501

Please sign in to comment.