diff --git a/admin-dev/themes/default/template/controllers/modules/js.tpl b/admin-dev/themes/default/template/controllers/modules/js.tpl index d920b668b..8bfa5fa12 100644 --- a/admin-dev/themes/default/template/controllers/modules/js.tpl +++ b/admin-dev/themes/default/template/controllers/modules/js.tpl @@ -87,7 +87,7 @@ }); // Method to check / uncheck all modules checkbox - $('#checkme').click(function() + $('#moduleContainer').on("click", "#checkme", function() { if ($(this).attr("rel") == 'false') { @@ -321,8 +321,8 @@ catch(e){} return false; }); - - $('.toggle_favorite').live('click', function(event) + + $('#moduleContainer').on("click", ".toggle_favorite", function() { var el = $(this); var value_pref = el.data('value');