PM-1340 IMPROVEMENT

This commit is contained in:
Roly Rudy Gutierrez Pinto
2015-02-20 14:45:45 -04:00
parent 7f5c72d3c6
commit a80999e988
2 changed files with 1 additions and 10 deletions

View File

@@ -44,15 +44,6 @@ $(window).load(function () {
token: credentials,
submitRest: false
});
new PMDynaform.core.Proxy({
url: "http://" + window.project.keys.server + "/" + window.project.keys.apiName + "/" + window.project.keys.apiVersion + "/" + window.project.keys.workspace + "/cases/" + app_uid + "/variables",
method: 'GET',
data: {},
keys: window.project.token,
successCallback: function (xhr, response) {
window.project.setData2(response);
}
});
var type = document.createElement("input");
type.type = "hidden";