Ver código fonte

fix d'une petite erreur js: tag_box_input_value

bastien 13 anos atrás
pai
commit
c9f32633b3
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      web/bundles/muzichcore/js/muzich.js

+ 1 - 1
web/bundles/muzichcore/js/muzich.js Ver arquivo

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