mirror of
https://github.com/quantum5/correcthorsebatterystaple.git
synced 2025-04-24 10:11:57 -04:00
Fix defaults
This commit is contained in:
parent
80e96f995e
commit
24d3602256
|
@ -9,8 +9,10 @@ $(() => {
|
||||||
const $bits = $('#password-bits').find('div')
|
const $bits = $('#password-bits').find('div')
|
||||||
const classes = 'bg-danger bg-warning bg-info bg-success'
|
const classes = 'bg-danger bg-warning bg-info bg-success'
|
||||||
const defaults = {
|
const defaults = {
|
||||||
list: 'small',
|
list: 'large',
|
||||||
count: 4,
|
count: 4,
|
||||||
|
symbol: true,
|
||||||
|
separator: defaultSymbol,
|
||||||
}
|
}
|
||||||
|
|
||||||
function bitClass (bits) {
|
function bitClass (bits) {
|
||||||
|
|
Loading…
Reference in a new issue