Skip to content
Snippets Groups Projects
Commit 90576d31 authored by Renaud Le Gac's avatar Renaud Le Gac
Browse files

Minor bug fixed to work with web2py version 1.86.3

parent 4fb8c24f
No related branches found
No related tags found
No related merge requests found
......@@ -29,7 +29,7 @@
"url": '/{{=request.application}}/configuration',
"type":"remoting",
"actions": {
"cfgSvc": {{=cfgSvcMethods}}
"cfgSvc": {{=XML(cfgSvcMethods)}}
}
};
</script>
......@@ -37,7 +37,7 @@
<!-- application librairies -->
{{for el in alibs:}}
<script type="text/javascript" src="{{=el}}"></script>{{pass}}
<div id='appmain'></div>
</body>
</html>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment