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

@@ -48,7 +48,7 @@
tableElem.find('tr a.view').each(function () {
$(this).click(function (event) {
window.open("/c/maps/${mindmapId}/" + $(this).closest("tr").attr("data-history-id") + "/view");
window.open("c/maps/${mindmapId}/" + $(this).closest("tr").attr("data-history-id") + "/view");
event.preventDefault();
});
});