Skip to content

Commit

Permalink
feat: Add quicklink
Browse files Browse the repository at this point in the history
  • Loading branch information
iamareebjamal committed Dec 23, 2018
1 parent dbe0a86 commit 207e1f8
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
3 changes: 3 additions & 0 deletions src/main/resources/src/app.mjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
import './app/polyfill.js'
import quicklink from 'quicklink/dist/quicklink.mjs'

quicklink();

if (!!window.toastr) {
toastr.options.progressBar = true;
Expand Down
5 changes: 5 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 207e1f8

Please sign in to comment.