|
@@ -306,6 +306,10 @@ $(document).ready(function(){
|
306
|
306
|
$('ul.element_tags li a.element_tag').live('click', function(){
|
307
|
307
|
// Si il y a une liste de tags (comme sur la page favoris, profil)
|
308
|
308
|
var id;
|
|
309
|
+
|
|
310
|
+ // On initialise la liste de tags déjà ajouté
|
|
311
|
+ tagsAddeds['search'] = new Array;
|
|
312
|
+
|
309
|
313
|
if ($('ul#favorite_tags').length)
|
310
|
314
|
{
|
311
|
315
|
id = str_replace('element_tag_', '', $(this).attr('id'));
|