Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 9fd5b006

Von Moritz Bunkus vor etwa 8 Jahren hinzugefügt

  • ID 9fd5b006e7ab3119d659a3ddbee27a99b6b83b05
  • Vorgänger 7f5edaa6
  • Nachfolger 7aa53210

kivi.File.js: Debugcode wieder entfernt

Unterschiede anzeigen:

js/kivi.File.js
, height: 200
, modal: true
, close: function() {
console.log("Closing, moving to original parent " + parent_id);
$dlg.remove().appendTo('#' + parent_id);
}
} });
......
});
return true;
}
ns.importclose = function() {
$("#import_dialog").dialog('close');
return false;
}
ns.importaction = function(id,type,file_type,fromwhere,frompath,checkbox_class) {
var checkboxes = $('.'+checkbox_class).filter(function () { return $(this).prop('checked'); });

Auch abrufbar als: Unified diff