@@ -67,6 +67,7 @@ $(function () {
yes: function(index, layer_body) {
var input = layer.getChildFrame('#select-position-input', index);
$('#location-select').val(input);
+ layer.close(index);
}
});