mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 06:53:15 +00:00
fixes event delegation for modal links
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
humane.info = humane.spawn({addnCls: 'humane-libnotify-info', timeout: 1000});
|
||||
humane.error = humane.spawn({addnCls: 'humane-libnotify-error', timeout: 1000});
|
||||
|
||||
$('a.dialog').on('click', function (event) {
|
||||
$('body').on('click', 'a.dialog', function (event) {
|
||||
var $this = $(this), size = 'Medium';
|
||||
|
||||
if ($this.hasClass('small-dialog')) {
|
||||
|
Reference in New Issue
Block a user