mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-08-31 07:09:58 +02:00
UI refactor to less gloabl
This commit is contained in:
parent
1d476af467
commit
4e30d1b511
4 changed files with 18 additions and 22 deletions
|
@ -128,8 +128,6 @@
|
|||
</script>
|
||||
|
||||
<!-- My files! -->
|
||||
<script src="main.js"></script>
|
||||
|
||||
<script src="async.js"></script>
|
||||
<script src="constants.js"></script>
|
||||
<script src="errors.js"></script>
|
||||
|
@ -152,5 +150,7 @@
|
|||
<!-- levels -->
|
||||
<script src="levels.js"></script>
|
||||
|
||||
<!-- on ready -->
|
||||
<script src="main.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue