Start server implementation for correspondance play (early debug stage)
[vchess.git] / views / layout.pug
index 6004fc3..b2b1d52 100644 (file)
@@ -41,17 +41,21 @@ 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/utils/array.js")
+               script(src="/javascripts/base_rules.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")
                else
                        script(src="https://cdn.jsdelivr.net/npm/vue")
+               script(src="/javascripts/shared/nbPlayers.js")
+               script(src="/javascripts/shared/challengeCheck.js")
                script(src="/javascripts/shared/userCheck.js")
                script(src="/javascripts/components/upsertUser.js")
                script.