Spaces:
Sleeping
Sleeping
Update templates/index.html
Browse files- templates/index.html +8 -5
templates/index.html
CHANGED
|
@@ -82,11 +82,14 @@
|
|
| 82 |
</main>
|
| 83 |
</div>
|
| 84 |
|
| 85 |
-
<script src="/static/js/app.js"></script>
|
| 86 |
-
<script src="/static/js/auth.js"></script>
|
| 87 |
-
<script src="/static/js/
|
| 88 |
-
<script src="/static/js/
|
| 89 |
-
<script src="/static/js/
|
|
|
|
|
|
|
|
|
|
| 90 |
|
| 91 |
</body>
|
| 92 |
</html>
|
|
|
|
| 82 |
</main>
|
| 83 |
</div>
|
| 84 |
|
| 85 |
+
<script src="/static/js/app.js?v=2"></script>
|
| 86 |
+
<script src="/static/js/auth.js?v=2"></script>
|
| 87 |
+
<script src="/static/js/terminal.js?v=2"></script>
|
| 88 |
+
<script src="/static/js/editor.js?v=2"></script>
|
| 89 |
+
<script src="/static/js/settings.js?v=2"></script>
|
| 90 |
+
<script src="/static/js/dashboard.js?v=2"></script>
|
| 91 |
+
</body>
|
| 92 |
+
</html>
|
| 93 |
|
| 94 |
</body>
|
| 95 |
</html>
|