Browse Source

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

Sevajol Bastien 12 years ago
parent
commit
062165d862
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Muzich/CoreBundle/Resources/public/js/muzich.js

+ 1 - 1
src/Muzich/CoreBundle/Resources/public/js/muzich.js View File

@@ -2221,7 +2221,7 @@ $(document).ready(function(){
2221 2221
 
2222 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 2226
       // On rend ce formulaire ajaxFormable
2227 2227
       $('form[name="'+response.form_name+'"] input[type="submit"]').live('click', function(){