1
0
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:
SecretR
2014-11-04 16:12:18 +02:00
parent 0650acbf6c
commit adc1f826b8
7 changed files with 79 additions and 76 deletions

View File

@@ -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()
});
});