mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-24 11:08:45 +02:00
N°7355 - Fix deprecated jQuery call
This commit is contained in:
@@ -20,7 +20,7 @@ $(function()
|
||||
|
||||
this.element
|
||||
.addClass('itop-dashlet')
|
||||
.bind('click.itop-dashlet', function(event) { me._on_click(event); } );
|
||||
.on('click.itop-dashlet', function(event) { me._on_click(event); } );
|
||||
|
||||
this._update();
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user