このコミットが含まれているのは:
n9k 2021-04-16 17:53:06 +00:00
コミット 4274cc380f
2個のファイルの変更2行の追加1行の削除

ファイルの表示

@ -259,6 +259,7 @@ def mod_users():
noscript = bool(request.form.get('noscript', type=int))
return f'<meta http-equiv="refresh" content="0;url={url_for("users") if noscript else url_for("chat_iframe")}"><div style="font-weight:bold;color:white;">it is done</div>'
# TODO: "you're not receiving the stream" message if that token isn't receiving the stream; make sure they don't see it when they first load the page
@current_app.route('/stream-info')
def stream_info():
token = get_token() or new_token()

ファイルの表示

@ -45,7 +45,7 @@
height: revert;
padding: 1em;
visibility: visible;
marign-bottom: 1.25em;
margin-bottom: 1.25em;
}
}
</style>