diff options
author | B. Stack <bgstack15@gmail.com> | 2022-02-11 20:56:59 -0500 |
---|---|---|
committer | B. Stack <bgstack15@gmail.com> | 2022-02-11 20:56:59 -0500 |
commit | 99f6fb15a5aaa326a729e73974006d1064a5582f (patch) | |
tree | 41795c1a447bb88c7521c286840c7d290c0afb8c /templates/layout.html | |
parent | add support for title, and ensure no js (diff) | |
download | stackbin-99f6fb15a5aaa326a729e73974006d1064a5582f.tar.gz stackbin-99f6fb15a5aaa326a729e73974006d1064a5582f.tar.bz2 stackbin-99f6fb15a5aaa326a729e73974006d1064a5582f.zip |
use UUID for paste id, and more js removal
Using uuids means that titles need to be used for displaying
"replies," "in response to," and so on.
Diffstat (limited to 'templates/layout.html')
-rw-r--r-- | templates/layout.html | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/templates/layout.html b/templates/layout.html index 6b53bb3..bfe8b05 100644 --- a/templates/layout.html +++ b/templates/layout.html @@ -6,11 +6,6 @@ <meta name="format-detection" content="telephone=no"> <link rel=stylesheet type=text/css href="{{ url_for('static', filename='style.css') }}"> <link rel="stylesheet" media="screen and (max-width: 800px)" href="{{ url_for('static', filename='small.css') }}" /> -{# -<script type=text/javascript src="{{ url_for('static', filename='jquery.js') }}"></script> -<script type=text/javascript src="{{ url_for('static', filename='pastebin.js') }}"></script> -<script type=text/javascript>pastebin.urlRoot = {{ request.url_root|tojson|safe }};</script> -#} <div class=page> <ul class=nav> <li><a href="{{ url_for('new_paste') }}">New Paste</a> |