Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision bdf33d88

Von Moritz Bunkus vor mehr als 10 Jahren hinzugefügt

  • ID bdf33d885938c4f29c1e4b3198174deb5f3193b6
  • Vorgänger e8b07984
  • Nachfolger 2e8dd1d8

Pflichtenheftkostenschätzung: "Abbrechen" ohne AJAX-Call nur in JS

Unterschiede anzeigen:

js/requirement_spec.js
326 326
// -------------------------------------------------------------------------
327 327

  
328 328
ns.standard_time_cost_estimate_ajax_call = function(key, opt) {
329
  if ((key == 'cancel') && !confirm(kivi.t8('Do you really want to cancel?')))
329
  if (key == 'cancel') {
330
    if (confirm(kivi.t8('Do you really want to cancel?'))) {
331
      $('#time_cost_estimate').show();
332
      $('#time_cost_estimate_form_container').remove();
333
    }
330 334
    return true;
335
  }
331 336

  
332 337
  var data = "action=RequirementSpec/ajax_" + key + "_time_and_cost_estimate&";
333 338

  

Auch abrufbar als: Unified diff