6 lines
91 B
JavaScript
6 lines
91 B
JavaScript
|
|
function ExecuteTask(response) {
|
|
window.location.href = response.url;
|
|
}
|
|
ExecuteTask()
|