Quellcode durchsuchen

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

Sevajol Bastien vor 12 Jahren
Ursprung
Commit
062165d862
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      src/Muzich/CoreBundle/Resources/public/js/muzich.js

+ 1 - 1
src/Muzich/CoreBundle/Resources/public/js/muzich.js Datei anzeigen

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