mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-22 22:27:55 +01:00
- Fix IE 9 redirect issue to the editor ...
This commit is contained in:
parent
78274fe3f2
commit
70cebe97fc
@ -263,7 +263,7 @@ $(function() {
|
|||||||
$("#newBtn").click(
|
$("#newBtn").click(
|
||||||
function() {
|
function() {
|
||||||
$("#new-dialog-modal").dialogForm({
|
$("#new-dialog-modal").dialogForm({
|
||||||
redirect: "c/maps/{header.resourceId}/edit",
|
redirect: "/c/maps/{header.resourceId}/edit",
|
||||||
url : "service/maps"
|
url : "service/maps"
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
@ -283,7 +283,7 @@ $(function() {
|
|||||||
|
|
||||||
// Initialize dialog ...
|
// Initialize dialog ...
|
||||||
$("#duplicate-dialog-modal").dialogForm({
|
$("#duplicate-dialog-modal").dialogForm({
|
||||||
redirect: "c/maps/{header.resourceId}/edit",
|
redirect: "/c/maps/{header.resourceId}/edit",
|
||||||
url : "service/maps/" + mapId
|
url : "service/maps/" + mapId
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user