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.
10 lines
343 B
HTML
10 lines
343 B
HTML
{{template "header.html" . }}
|
|
<div class="rowblock">
|
|
<div class="rowitem rowhead"><a>Are you sure?</a></div>
|
|
</div>
|
|
<div class="rowblock">
|
|
<div class="rowitem passive">{{.Something.Message}}<br /><br />
|
|
<a class="username" href="{{.Something.URL}}?session={{.CurrentUser.Session}}">Continue</a>
|
|
</div>
|
|
</div>
|
|
{{template "footer.html" . }} |