default to images as type
This commit is contained in:
parent
bedacbb7fc
commit
13c5c89356
|
@ -60,6 +60,7 @@
|
|||
var type = $('#typeSelect').val();
|
||||
if (type == 0) {
|
||||
type = 'image';
|
||||
$('#typeSelect option[value=image]').attr("selected", "selected");
|
||||
}
|
||||
edgeBin.loadCategory(cat, type);
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue
Block a user