TODO: modalSettings + finish game.js for other scenarios
[vchess.git] / views / layout.pug
index 6004fc3..1e0f175 100644 (file)
@@ -41,12 +41,12 @@ html
                        div
                                a(href="https://github.com/yagu0/vchess") Source code
                                p.clickable(onClick="document.getElementById('modalContact').checked=true")
-                                       =translations["Contact"]
+                                       =translations["Contact form"]
 
                script(src="//cdnjs.cloudflare.com/ajax/libs/underscore.js/1.9.1/underscore-min.js")
+               script(src="/javascripts/utils/misc.js")
                script(src="/javascripts/utils/ajax.js")
                script(src="/javascripts/layout.js")
-               script(src="/javascripts/settings.js")
                script(src="/javascripts/contactForm.js")
                if development
                        script(src="https://cdn.jsdelivr.net/npm/vue/dist/vue.js")