1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-20 05:11:42 +02:00

jQuery 'live' events for x-editable

This commit is contained in:
Cameron
2013-03-07 04:28:03 -08:00
parent b76c06db45
commit bce70a7e33
3 changed files with 13 additions and 7 deletions

View File

@@ -5255,7 +5255,7 @@ class e_admin_form_ui extends e_form
cont.css({ opacity: 1 });
});
};
\$('#searchquery').keyup(searchQueryHandler);
\$('#searchquery').on('keyup', searchQueryHandler);
", 'jquery');
return $text;