- Fix several IE9 issues.

This commit is contained in:
Paulo Gustavo Veiga
2012-06-24 20:03:25 -03:00
parent 3a7c1d56cb
commit c4ad5810da
8 changed files with 16 additions and 21 deletions

View File

@@ -344,7 +344,7 @@ $(function() {
$("#newBtn").click(
function() {
$("#new-dialog-modal").dialogForm({
redirect: "c/maps/{header.resourceId}/edit",
redirect: "/c/maps/{header.resourceId}/edit",
url : "../service/maps"
});
});
@@ -364,7 +364,7 @@ $(function() {
// Initialize dialog ...
$("#duplicate-dialog-modal").dialogForm({
redirect: "c/maps/{header.resourceId}/edit",
redirect: "/c/maps/{header.resourceId}/edit",
url : "../service/maps/" + mapId
});
}