diff options
author | ofshellohicy <ofshellohicy@gmail.com> | 2014-07-18 14:50:32 +0800 |
---|---|---|
committer | ofshellohicy <ofshellohicy@gmail.com> | 2014-07-18 14:50:32 +0800 |
commit | 35d68cc0769f2f3c8fb0d63f85fc780b856a8209 (patch) | |
tree | 33821cc31b3fee53c20edd3da69784beea78d7f6 /templates/show_paste.html | |
parent | rst -> txt (diff) | |
download | stackbin-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.html | 3 |
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 %} |