More wrong paths fixed...

This commit is contained in:
Paulo Gustavo Veiga
2012-07-01 22:42:18 -03:00
parent 4770601190
commit d3447d1142
5 changed files with 9 additions and 9 deletions

View File

@@ -36,7 +36,7 @@
var fileContent = null;
$('#cancelButton').click(function () {
window.location = '/c/maps/';
window.location = 'c/maps/';
});
$('#dialogMainForm').submit(function (event) {