1d85224dbc
Fixed a topic desync and eliminates a number of possible race conditions in the caches. Optimised global.js by swapping out some of the unnecessary jQuery with native javascript code. Updated jQuery to version 3.1.11 Fixed the CSS on the areyousure and error templates.
8 lines
234 B
HTML
8 lines
234 B
HTML
{{template "header.html" . }}
|
|
<div class="rowblock">
|
|
<div class="rowitem rowhead"><a>An error has occured</a></div>
|
|
</div>
|
|
<div class="rowblock">
|
|
<div class="rowitem passive">{{.Something}}</div>
|
|
</div>
|
|
{{template "footer.html" . }} |