浏览代码

javascript fix: Ancien appel a tagBox qui n'est plus utilisé actuellement.

Sevajol Bastien 12 年前
父节点
当前提交
062165d862
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/Muzich/CoreBundle/Resources/public/js/muzich.js

+ 1 - 1
src/Muzich/CoreBundle/Resources/public/js/muzich.js 查看文件

2221
 
2221
 
2222
         ajax_query_timestamp = null;
2222
         ajax_query_timestamp = null;
2223
 
2223
 
2224
-        $("#tags_prompt_list_"+response.form_name).tagBox(options);
2224
+        //$("#tags_prompt_list_"+response.form_name).tagBox(options);
2225
       
2225
       
2226
       // On rend ce formulaire ajaxFormable
2226
       // On rend ce formulaire ajaxFormable
2227
       $('form[name="'+response.form_name+'"] input[type="submit"]').live('click', function(){
2227
       $('form[name="'+response.form_name+'"] input[type="submit"]').live('click', function(){