Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 0d40db7b

Von Moritz Bunkus vor mehr als 10 Jahren hinzugefügt

  • ID 0d40db7bd05016053a716a25af2fa92c2189bf57
  • Vorgänger a7db9b36
  • Nachfolger 55e399ab

Debugcode entfernen

Unterschiede anzeigen:

js/requirement_spec.js
206 206
    current_content_id:   $('#current_content_id').val()
207 207
  };
208 208

  
209
  console.log("I would normally POST the following now:");
210
  console.log(data);
211
  // $.post("controller.pl", $.extend(data, other_data || {}), kivi.eval_json_result);
209
  // console.log("I would normally POST the following now:");
210
  // console.log(data);
211
  $.post("controller.pl", $.extend(data, other_data || {}), kivi.eval_json_result);
212 212

  
213 213
  return true;
214 214
};

Auch abrufbar als: Unified diff