split out settings.js file

This commit is contained in:
Eric Van Albert
2017-06-24 01:43:47 -04:00
parent bdec717d04
commit 585efa6dad
4 changed files with 3 additions and 2 deletions

View File

@@ -6,6 +6,7 @@
<script type="text/javascript" src="js/STLLoader.js"></script>
<script type="text/javascript" src="js/3d_preview.js"></script>
<script type="text/javascript" src="js/keygen.js"></script>
<script type="text/javascript" src="js/settings.js"></script>
<link rel="stylesheet" type="text/css" href="css/main.css">
</head>
<body>

1
web/js/.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
settings.js

View File

@@ -1,5 +1,3 @@
keygen_endpoint = "http://localhost:8080"; // Change me to your serve.py endpoint
var key_metadata;
var key_stl;

View File

@@ -0,0 +1 @@
keygen_endpoint = "http://localhost:8080"; // Point me to your serve.py endpoint