akborana4 commited on
Commit
562f2aa
·
verified ·
1 Parent(s): 83df679

Update templates/index.html

Browse files
Files changed (1) hide show
  1. 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/editor.js"></script>
88
- <script src="/static/js/settings.js"></script>
89
- <script src="/static/js/dashboard.js"></script>
 
 
 
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>