瀏覽代碼

fix d'une petite erreur js: tag_box_input_value

bastien 14 年之前
父節點
當前提交
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