Aligning naming

This commit is contained in:
itdominator 2024-01-17 13:10:37 -06:00
parent c0858d0fc4
commit f225f627c1
12 changed files with 10 additions and 10 deletions

View File

@ -8,9 +8,9 @@
<link rel="stylesheet" href="resources/css/libs/bootstrap-icons/bootstrap-icons.css">
<!-- Site CSS -->
<!-- <link rel="stylesheet" href="resources/css/newton2/context-menu.css"> -->
<link rel="stylesheet" href="resources/css/newton2/main.css">
<link rel="stylesheet" href="resources/css/newton2/overrides.css">
<!-- <link rel="stylesheet" href="resources/css/newton/context-menu.css"> -->
<link rel="stylesheet" href="resources/css/newton/main.css">
<link rel="stylesheet" href="resources/css/newton/overrides.css">
</head>
<body>
@ -66,13 +66,13 @@
<!-- For Application... -->
<!-- <script src="resources/js/newton2/ajax.js"></script> -->
<!-- <script src="resources/js/newton2/post-ajax.js"></script> -->
<!-- <script src="resources/js/newton/ajax.js"></script> -->
<!-- <script src="resources/js/newton/post-ajax.js"></script> -->
<script src="resources/js/newton2/dnd-sort.js"></script>
<script src="resources/js/newton2/keybinding-newton2.js"></script>
<script src="resources/js/newton2/utils.js"></script>
<script src="resources/js/newton2/ui-logic.js"></script>
<script src="resources/js/newton2/events.js"></script>
<script src="resources/js/newton/dnd-sort.js"></script>
<script src="resources/js/newton/keybinding-newton.js"></script>
<script src="resources/js/newton/utils.js"></script>
<script src="resources/js/newton/ui-logic.js"></script>
<script src="resources/js/newton/events.js"></script>
</body>
</html>