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