mirror of
https://github.com/ervanalb/keygen.git
synced 2025-12-16 13:25:25 +00:00
split out settings.js file
This commit is contained in:
@@ -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
1
web/js/.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
settings.js
|
||||
@@ -1,5 +1,3 @@
|
||||
keygen_endpoint = "http://localhost:8080"; // Change me to your serve.py endpoint
|
||||
|
||||
var key_metadata;
|
||||
var key_stl;
|
||||
|
||||
|
||||
1
web/js/settings.js.example
Normal file
1
web/js/settings.js.example
Normal file
@@ -0,0 +1 @@
|
||||
keygen_endpoint = "http://localhost:8080"; // Point me to your serve.py endpoint
|
||||
Reference in New Issue
Block a user