use on instead of live in users.js

This commit is contained in:
Jörn Friedrich Dreyer 2013-01-30 17:49:02 +01:00
parent d7823adb07
commit de00111c1f
1 changed files with 1 additions and 1 deletions

View File

@ -331,7 +331,7 @@ $(document).ready(function () {
img.css('display', '');
});
});
$('td.displayName').live('click', function (event) {
$('table').on('click', 'td.displayName', function (event) {
$(this).children('img').click();
});