equal
deleted
inserted
replaced
24 <script src="js/paper-renderer.js" th:src="@{/static/js/paper-renderer.js}"></script> |
24 <script src="js/paper-renderer.js" th:src="@{/static/js/paper-renderer.js}"></script> |
25 <script type="text/javascript" src="js/config.js" th:src="@{/static/js/config.js}"></script> |
25 <script type="text/javascript" src="js/config.js" th:src="@{/static/js/config.js}"></script> |
26 <script type="text/javascript" th:inline="javascript"> |
26 <script type="text/javascript" th:inline="javascript"> |
27 var cowebConfig = { |
27 var cowebConfig = { |
28 baseUrl: window.location.protocol + '//' + window.location.host, |
28 baseUrl: window.location.protocol + '//' + window.location.host, |
29 adminUrl : dojoConfig.baseUrl+'admin', |
29 adminUrl : dojoConfig.baseUrl+'ocw_admin', |
30 debug: /*[[${coweb_debug}]]*/false, |
30 debug: /*[[${coweb_debug}]]*/false, |
31 useWebSockets: /*[[${coweb_websockets}]]*/false |
31 useWebSockets: /*[[${coweb_websockets}]]*/false |
32 }; |
32 }; |
33 </script> |
33 </script> |
34 <script type="text/javascript" src="lib/dojo/dojo.js" data-dojo-config="isDebug: true, parseOnLoad: true" th:src="@{/static/lib/dojo/dojo.js}"></script> |
34 <script type="text/javascript" src="lib/dojo/dojo.js" data-dojo-config="isDebug: true, parseOnLoad: true" th:src="@{/static/lib/dojo/dojo.js}"></script> |