mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-11 01:33:24 +01:00
remove console printing for debugging
This commit is contained in:
parent
8b6764af17
commit
b45f874ce4
@ -53,7 +53,6 @@
|
|||||||
description = description == undefined ? "" : description;
|
description = description == undefined ? "" : description;
|
||||||
|
|
||||||
var onSuccess = function (data, textStatus, jqXHR) {
|
var onSuccess = function (data, textStatus, jqXHR) {
|
||||||
console.log('hola');
|
|
||||||
var resourceId = data.getResponseHeader("ResourceId");
|
var resourceId = data.getResponseHeader("ResourceId");
|
||||||
window.location = "c/maps/" + resourceId + "/edit";
|
window.location = "c/maps/" + resourceId + "/edit";
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user