diff --git a/package.json b/package.json index 7af38cde..18714af7 100644 --- a/package.json +++ b/package.json @@ -34,6 +34,7 @@ "datatables.net-buttons": "^1.5.4", "datatables.net-buttons-bs4": "^1.5.4", "datatables.net-select": "^1.2.7", - "datatables.net-select-bs4": "^1.2.7" + "datatables.net-select-bs4": "^1.2.7", + "quicklink": "^1.0.0" } } diff --git a/src/main/resources/src/app.mjs b/src/main/resources/src/app.mjs index 0bfeb845..6ce2488c 100644 --- a/src/main/resources/src/app.mjs +++ b/src/main/resources/src/app.mjs @@ -1,4 +1,7 @@ import './app/polyfill.js' +import quicklink from 'quicklink/dist/quicklink.mjs' + +quicklink(); if (!!window.toastr) { toastr.options.progressBar = true; diff --git a/yarn.lock b/yarn.lock index 3c2d8d94..342fb52b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2017,6 +2017,11 @@ query-string@^4.1.0: object-assign "^4.1.0" strict-uri-encode "^1.0.0" +quicklink@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/quicklink/-/quicklink-1.0.0.tgz#71cb32be603d0ded93a7a48cf3c7e101ea4b1f6d" + integrity sha512-Zk0+RLevrrrrPzcPO9IKBAbmtFrinDP0ifSxeft5AG9eI+lBsvQ2XFjH7kceuS+LNehtZatQX+3LyEDYAPpmrg== + randomatic@^3.0.0: version "3.1.1" resolved "https://registry.yarnpkg.com/randomatic/-/randomatic-3.1.1.tgz#b776efc59375984e36c537b2f51a1f0aff0da1ed"