mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2025-07-20 21:49:04 -04:00
fix brackets, kudos @kanna5
This commit is contained in:
parent
3d59d3da50
commit
99e0b7efac
2 changed files with 3 additions and 3 deletions
|
@ -2309,10 +2309,10 @@ jQuery.PrivateBin = (function($, RawDeflate) {
|
|||
// show new bootstrap method (if available)
|
||||
if ($passwordModal.length !== 0) {
|
||||
if (typeof bootstrap !== 'undefined' && bootstrap.Tooltip.VERSION) {
|
||||
(new bootstrap.Modal($passwordModal[0]), {
|
||||
(new bootstrap.Modal($passwordModal[0], {
|
||||
backdrop: 'static',
|
||||
keyboard: false
|
||||
}).show();
|
||||
})).show();
|
||||
} else {
|
||||
$passwordModal.modal({
|
||||
backdrop: 'static',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue