- Fix IE 9 redirect issue to the editor ...

This commit is contained in:
Paulo Gustavo Veiga 2012-08-15 00:51:10 -03:00
parent 78274fe3f2
commit 70cebe97fc

View File

@ -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
});
}