Disable settings completely, BF2042 is default game.
This commit is contained in:
6
.idea/jsLibraryMappings.xml
generated
Normal file
6
.idea/jsLibraryMappings.xml
generated
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<project version="4">
|
||||||
|
<component name="JavaScriptLibraryMappings">
|
||||||
|
<includedPredefinedLibrary name="Node.js Core" />
|
||||||
|
</component>
|
||||||
|
</project>
|
||||||
@@ -6,9 +6,11 @@
|
|||||||
<a class="btn btn-lg btn-outline-secondary text-secondary-emphasis me-2" href="/logout">
|
<a class="btn btn-lg btn-outline-secondary text-secondary-emphasis me-2" href="/logout">
|
||||||
<i class="bi bi-door-closed" data-bs-toggle="tooltip" data-bs-title="Abmelden"></i>
|
<i class="bi bi-door-closed" data-bs-toggle="tooltip" data-bs-title="Abmelden"></i>
|
||||||
</a>
|
</a>
|
||||||
|
<!--
|
||||||
<button class="btn btn-lg btn-outline-secondary text-secondary-emphasis me-2" data-bs-toggle="modal" data-bs-target="#settingsModal">
|
<button class="btn btn-lg btn-outline-secondary text-secondary-emphasis me-2" data-bs-toggle="modal" data-bs-target="#settingsModal">
|
||||||
<i class="bi bi-gear-fill" data-bs-toggle="tooltip" data-bs-title="Einstellungen"></i>
|
<i class="bi bi-gear-fill" data-bs-toggle="tooltip" data-bs-title="Einstellungen"></i>
|
||||||
</button>
|
</button>
|
||||||
|
-->
|
||||||
{{ if (eq .UserRole "ADMIN") }}
|
{{ if (eq .UserRole "ADMIN") }}
|
||||||
<div class="dropdown">
|
<div class="dropdown">
|
||||||
<button class="btn btn-lg btn-outline-secondary text-secondary-emphasis dropdown-toggle" type="button" data-bs-toggle="dropdown">
|
<button class="btn btn-lg btn-outline-secondary text-secondary-emphasis dropdown-toggle" type="button" data-bs-toggle="dropdown">
|
||||||
|
|||||||
@@ -41,9 +41,9 @@
|
|||||||
{{ template "edit_player" . }}
|
{{ template "edit_player" . }}
|
||||||
{{ end}}
|
{{ end}}
|
||||||
|
|
||||||
{{ template "settings" . }}
|
{{/* template "settings" . */}}
|
||||||
|
|
||||||
{{ template "full_calc" . }}
|
{{template "full_calc" .}}
|
||||||
|
|
||||||
<script lang="javascript">
|
<script lang="javascript">
|
||||||
document.addEventListener('DOMContentLoaded', function() {
|
document.addEventListener('DOMContentLoaded', function() {
|
||||||
|
|||||||
Reference in New Issue
Block a user