aboutsummaryrefslogtreecommitdiff
path: root/templates/show_paste.html
diff options
context:
space:
mode:
authorofshellohicy <ofshellohicy@gmail.com>2014-07-18 14:50:32 +0800
committerofshellohicy <ofshellohicy@gmail.com>2014-07-18 14:50:32 +0800
commit35d68cc0769f2f3c8fb0d63f85fc780b856a8209 (patch)
tree33821cc31b3fee53c20edd3da69784beea78d7f6 /templates/show_paste.html
parentrst -> txt (diff)
downloadstackbin-35d68cc0769f2f3c8fb0d63f85fc780b856a8209.tar.gz
stackbin-35d68cc0769f2f3c8fb0d63f85fc780b856a8209.tar.bz2
stackbin-35d68cc0769f2f3c8fb0d63f85fc780b856a8209.zip
remove useless feature
Diffstat (limited to 'templates/show_paste.html')
-rw-r--r--templates/show_paste.html3
1 files changed, 0 insertions, 3 deletions
diff --git a/templates/show_paste.html b/templates/show_paste.html
index 7eeaa4b..1c42e99 100644
--- a/templates/show_paste.html
+++ b/templates/show_paste.html
@@ -29,7 +29,4 @@
{% endif %}
</dl>
<div class=code><pre>{{ paste.code }}</pre></div>
- <script type=text/javascript>
- pastebin.subscribePaste({{ paste.id }});
- </script>
{% endblock %}
bgstack15