Procházet zdrojové kódy

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

Sevajol Bastien před 12 roky
rodič
revize
062165d862

+ 1 - 1
src/Muzich/CoreBundle/Resources/public/js/muzich.js Zobrazit soubor

@@ -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(){