mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-05 07:03:24 +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(
|
||||
function() {
|
||||
$("#new-dialog-modal").dialogForm({
|
||||
redirect: "c/maps/{header.resourceId}/edit",
|
||||
redirect: "/c/maps/{header.resourceId}/edit",
|
||||
url : "service/maps"
|
||||
});
|
||||
});
|
||||
@ -283,7 +283,7 @@ $(function() {
|
||||
|
||||
// Initialize dialog ...
|
||||
$("#duplicate-dialog-modal").dialogForm({
|
||||
redirect: "c/maps/{header.resourceId}/edit",
|
||||
redirect: "/c/maps/{header.resourceId}/edit",
|
||||
url : "service/maps/" + mapId
|
||||
});
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user