Revision 9fd5b006
Von Moritz Bunkus vor etwa 8 Jahren hinzugefügt
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
kivi.File.js: Debugcode wieder entfernt