|
|
@@ -1110,7 +1110,7 @@ $(document).ready(function(){
|
|
1110
|
1110
|
// On construit notre liste de tags
|
|
1111
|
1111
|
tags_ids = new Array();
|
|
1112
|
1112
|
$('ul#favorite_tags a.tag.active').each(function(index){
|
|
1113
|
|
- id = str_replace('#', '', link.attr('href'));
|
|
|
1113
|
+ id = str_replace('#', '', $(this).attr('href'));
|
|
1114
|
1114
|
tags_ids[id] = id;
|
|
1115
|
1115
|
});
|
|
1116
|
1116
|
|