default to images as type

This commit is contained in:
sanj 2010-07-28 16:05:31 +05:30
parent bedacbb7fc
commit 13c5c89356

View File

@ -60,6 +60,7 @@
var type = $('#typeSelect').val();
if (type == 0) {
type = 'image';
$('#typeSelect option[value=image]').attr("selected", "selected");
}
edgeBin.loadCategory(cat, type);
});