Revision 9fd5b006
Von Moritz Bunkus vor fast 8 Jahren hinzugefügt
js/kivi.File.js | ||
---|---|---|
27 | 27 |
, height: 200 |
28 | 28 |
, modal: true |
29 | 29 |
, close: function() { |
30 |
console.log("Closing, moving to original parent " + parent_id); |
|
31 | 30 |
$dlg.remove().appendTo('#' + parent_id); |
32 | 31 |
} |
33 | 32 |
} }); |
... | ... | |
216 | 215 |
}); |
217 | 216 |
return true; |
218 | 217 |
} |
219 |
|
|
218 |
|
|
220 | 219 |
ns.importclose = function() { |
221 | 220 |
$("#import_dialog").dialog('close'); |
222 | 221 |
return false; |
223 | 222 |
} |
224 |
|
|
223 |
|
|
225 | 224 |
ns.importaction = function(id,type,file_type,fromwhere,frompath,checkbox_class) { |
226 | 225 |
var checkboxes = $('.'+checkbox_class).filter(function () { return $(this).prop('checked'); }); |
227 | 226 |
|
Auch abrufbar als: Unified diff
kivi.File.js: Debugcode wieder entfernt