Skip to content

Commit 0b36e55

Browse files
authored
Merge pull request #651 from jan-stanek/oprava-potvrzovani
#647 - oprava potvrzovacich tlacitek
2 parents 629d1f4 + 3ec8460 commit 0b36e55

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"ext-json": "*",
88
"ext-mysqli": "*",
99

10-
"nette/nette": "^2.4",
10+
"nette/nette": "~2.4.0",
1111
"latte/latte": "~2.4.0",
1212

1313
"kdyby/doctrine": "^3.3",

www/js/libs/bootstrap-confirmation/bootstrap-confirmation.js

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*!
22
* Bootstrap Confirmation
33
* Copyright 2013 Nimit Suwannagate <[email protected]>
4-
* Copyright 2014-2017 Damien "Mistic" Sorel <[email protected]>
4+
* Copyright 2014-2019 Damien "Mistic" Sorel <[email protected]>
55
* Licensed under the Apache License, Version 2.0
66
*/
77

@@ -21,7 +21,7 @@
2121
this.init(element, options);
2222
};
2323

24-
Confirmation.VERSION = '2.4.2';
24+
Confirmation.VERSION = '2.4.3';
2525

2626
/**
2727
* Map between keyboard events "keyCode|which" and "key"
@@ -68,6 +68,10 @@
6868
// @formatter:on
6969
});
7070

71+
if (Confirmation.DEFAULTS.whiteList) {
72+
Confirmation.DEFAULTS.whiteList['*'].push('data-apply', 'data-dismiss');
73+
}
74+
7175
Confirmation.prototype = $.extend({}, $.fn.popover.Constructor.prototype);
7276
Confirmation.prototype.constructor = Confirmation;
7377

0 commit comments

Comments
 (0)