Просмотр исходного кода

fix d'une petite erreur js: tag_box_input_value

bastien 14 лет назад
Родитель
Сommit
c9f32633b3
1 измененных файлов: 1 добавлений и 1 удалений
  1. 1 1
      web/bundles/muzichcore/js/muzich.js

+ 1 - 1
web/bundles/muzichcore/js/muzich.js Просмотреть файл

314
        ;
314
        ;
315
      }
315
      }
316
      
316
      
317
-     $('ul.tagbox input[type="text"]').val(tag_box_input_value);
317
+     $('ul.tagbox input[type="text"]').val($('ul.tagbox input[type="text"]').val());
318
     
318
     
319
   }); 
319
   }); 
320
   
320