Fix #1342 & #1390 & #1391 Can not edit CGUS in IE7 & Can not download import user file CSV example

This commit is contained in:
Nicolas Le Goff
2013-07-31 11:49:36 +02:00
parent 5ef603138e
commit e5719f9f92
2 changed files with 2 additions and 2 deletions

View File

@@ -91,7 +91,7 @@
$('#right-ajax').removeClass('loading').html(datas);
enableForms($('#right-ajax form:not(.no-ajax)'));
$.each($('#right-ajax a'),function(i, el){
$.each($('#right-ajax a:not(.no-ajax)'),function(i, el){
enableLink($(el));
});
return;