Browse Source

fix d'une petite erreur js: tag_box_input_value

bastien 13 years ago
parent
commit
c9f32633b3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      web/bundles/muzichcore/js/muzich.js

+ 1 - 1
web/bundles/muzichcore/js/muzich.js View File

@@ -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