Minor fix for some wrong paths ...

This commit is contained in:
Paulo Gustavo Veiga
2012-07-01 22:34:01 -03:00
parent 4c4a8d9553
commit 4770601190
5 changed files with 56 additions and 50 deletions

View File

@@ -5,7 +5,7 @@
<html>
<head>
<base href="${baseURL}">
<base href="${baseURL}/">
<title><spring:message code="SITE.TITLE"/></title>
<!--[if lt IE 9]>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
@@ -33,7 +33,7 @@
$(function () {
$('#mindmapListTable').dataTable({
bProcessing:true,
sAjaxSource:"../service/maps/",
sAjaxSource:"service/maps/",
sAjaxDataProp:'mindmapsInfo',
fnInitComplete:function () {
$('#mindmapListTable tbody').change(updateStatusToolbar);