minor commit

This commit is contained in:
fabio.formosa
2017-07-21 15:48:06 +02:00
parent 02f0d0b079
commit 36f783108c
2 changed files with 3 additions and 8 deletions

View File

@@ -1,5 +0,0 @@
function toggleScheduler(isRunning){
alert(!isRunning);
$.get('');
}

View File

@@ -55,8 +55,8 @@
</div><!-- row fragment-->
<th:block layout:fragment="script">
<script th:src="@{/js/manager.js}"></script>
</th:block>
<!-- <th:block layout:fragment="script"> -->
<!-- <script th:src="@{/js/manager.js}"></script> -->
<!-- </th:block> -->
</body>
</html>