1. Fixed a bug in menupage for organizations. Caused due to undefined variable.
This commit is contained in:
parent
9971e5fa2b
commit
898f305f05
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
|||
${stylesheets.add("css/visualization/visualization.css")}
|
||||
|
||||
<script type="text/javascript">
|
||||
var contextPath = '${contextPath}';
|
||||
var contextPath = '${urls.base}';
|
||||
|
||||
$.ajax({
|
||||
url: contextPath + "/visualizationAjax",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue