From 13c5c8935653d1073581afd8640c1e44460eeff9 Mon Sep 17 00:00:00 2001 From: sanj Date: Wed, 28 Jul 2010 16:05:31 +0530 Subject: [PATCH] default to images as type --- edgware/templates/editor.html | 1 + 1 file changed, 1 insertion(+) diff --git a/edgware/templates/editor.html b/edgware/templates/editor.html index c3e9410..8aefb5a 100644 --- a/edgware/templates/editor.html +++ b/edgware/templates/editor.html @@ -60,6 +60,7 @@ var type = $('#typeSelect').val(); if (type == 0) { type = 'image'; + $('#typeSelect option[value=image]').attr("selected", "selected"); } edgeBin.loadCategory(cat, type); });