Skip to content

Commit

Permalink
Merge pull request #651 from jan-stanek/oprava-potvrzovani
Browse files Browse the repository at this point in the history
#647 - oprava potvrzovacich tlacitek
  • Loading branch information
jan-stanek authored Feb 27, 2019
2 parents 629d1f4 + 3ec8460 commit 0b36e55
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"ext-json": "*",
"ext-mysqli": "*",

"nette/nette": "^2.4",
"nette/nette": "~2.4.0",
"latte/latte": "~2.4.0",

"kdyby/doctrine": "^3.3",
Expand Down
8 changes: 6 additions & 2 deletions www/js/libs/bootstrap-confirmation/bootstrap-confirmation.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
* Bootstrap Confirmation
* Copyright 2013 Nimit Suwannagate <ethaizone@hotmail.com>
* Copyright 2014-2017 Damien "Mistic" Sorel <contact@git.strangeplanet.fr>
* Copyright 2014-2019 Damien "Mistic" Sorel <contact@git.strangeplanet.fr>
* Licensed under the Apache License, Version 2.0
*/

Expand All @@ -21,7 +21,7 @@
this.init(element, options);
};

Confirmation.VERSION = '2.4.2';
Confirmation.VERSION = '2.4.3';

/**
* Map between keyboard events "keyCode|which" and "key"
Expand Down Expand Up @@ -68,6 +68,10 @@
// @formatter:on
});

if (Confirmation.DEFAULTS.whiteList) {
Confirmation.DEFAULTS.whiteList['*'].push('data-apply', 'data-dismiss');
}

Confirmation.prototype = $.extend({}, $.fn.popover.Constructor.prototype);
Confirmation.prototype.constructor = Confirmation;

Expand Down

0 comments on commit 0b36e55

Please sign in to comment.