This commit is contained in:
Victor Saisa Lopez
2011-10-31 20:31:27 -04:00
parent 9555a0c411
commit 910320ca14

View File

@@ -375,7 +375,7 @@ dashletInstance.form = {
id: "btnCancel",
text: "Cancel",
handler: function () {
window.location.href = "dashletList";
window.location.href = "dashletsList";
}
}
]