jquery-confirm icon indicating copy to clipboard operation
jquery-confirm copied to clipboard

changing default value of useBootstrap

Open tisdall opened this issue 6 years ago • 1 comments

jquery-confirm version: v3.3.4

I'm submitting a ... (check one with "x") [X] bug report [ ] feature request [ ] support request

Current behavior: The docs talk about setting the default setting for useBootstrap, but it's incorrect.

jconfirm.defaults.useBootstrap = false throws an error as defaults is undefined.

I believe it should be jconfirm.pluginDefaults.useBootstrap = false

tisdall avatar Oct 09 '19 15:10 tisdall

... it looks like there's more instances in the docs to jconfirm.defaults that should be changed to jconfirm.pluginDefaults.

tisdall avatar Oct 09 '19 15:10 tisdall