fixed caching
This commit is contained in:
@@ -20,14 +20,13 @@ html
|
||||
input(type="radio" id="elytra" name="cape_type" value="elytra" checked="unchecked")
|
||||
label(for="elytra") Элитры
|
||||
p Скин:
|
||||
form(method="post" enctype="multipart/form-data" action="/api/uploadskin" target="hiddenFrame" onsubmit="window.location.reload()")
|
||||
input(type="file" name="file")
|
||||
form(target="hiddenFrame" id="skinForm")
|
||||
input(type="file" name="file" id="skinFile")
|
||||
input(type="submit" value="Загрузить")
|
||||
if can_have_cloak
|
||||
p Плащ:
|
||||
form(method="post" enctype="multipart/form-data" action="/api/uploadCape" target="hiddenFrame" onsubmit="window.location.reload()")
|
||||
input(type="file", name="file")
|
||||
input(type="submit", value="Загрузить")
|
||||
form(target="hiddenFrame" id="capeForm")
|
||||
input(type="file" name="file" id="capeFile")
|
||||
input(type="submit" value="Загрузить")
|
||||
button(onclick="window.location.href='/api/logout'" value="Выйти" id="exitButton") Выйти
|
||||
//- a(href="/api/logout") Выйти
|
||||
|
||||
Reference in New Issue
Block a user