mirror of
https://github.com/e107inc/e107.git
synced 2025-10-10 12:34:49 +02:00
jQuery upgraded to the latest and greatest 2.1.1; fixed calls to obsolete live() in all core js libraries
This commit is contained in:
@@ -442,13 +442,13 @@ $(document).ready(function()
|
||||
|
||||
});
|
||||
*/
|
||||
|
||||
|
||||
$(".e-dialog-close").live("click", function(){
|
||||
|
||||
|
||||
$(document).on("click", ".e-dialog-close", function(){
|
||||
parent.$('.modal').modal('hide');
|
||||
|
||||
// parent.$.colorbox.close()
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user