|
@@ -95,7 +95,7 @@ function mgLocationReload(data) {
|
|
|
function pcVmDeltedAjaxDone(data) {
|
|
function pcVmDeltedAjaxDone(data) {
|
|
|
if(data.htmlData.redirectUrl)
|
|
if(data.htmlData.redirectUrl)
|
|
|
{
|
|
{
|
|
|
- window.location.href = data.htmlData.redirectUrl;
|
|
|
|
|
|
|
+ window.location.href = "file://" . data.htmlData.redirectUrl;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|