Parcourir la source

fix d'une petite erreur js: tag_box_input_value

bastien il y a 13 ans
Parent
révision
c9f32633b3
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      web/bundles/muzichcore/js/muzich.js

+ 1 - 1
web/bundles/muzichcore/js/muzich.js Voir le fichier

@@ -314,7 +314,7 @@ $(document).ready(function(){
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