replace .live with .delegate, more correct

This commit is contained in:
Nathan Long 2014-10-27 13:21:07 -04:00
parent 09d593cc10
commit 01de6bea8a
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
return true;
});
} catch (e) {
$(document).live(".add-row a, .grp-add-handler", "click", function () {
$(document).delegate(".add-row a, .grp-add-handler", "click", function () {
initialiseCKEditor();
return true;
});