changes requested by rugk the second

pull/313/head
Philipp Zeitschel 6 years ago
parent 423bae34ea
commit 12dc25453b

@ -1201,7 +1201,7 @@ jQuery.PrivateBin = (function($, sjcl, Base64, RawDeflate) {
{
$.get(url, function(d) {
$pasteUrl.attr(d);
$pasteUrl.html(d.text());
$pasteUrl.text(d);
Helper.selectText($pasteUrl[0]);
$shortenButton.remove();
})

@ -75,7 +75,7 @@ if ($MARKDOWN):
<?php
endif;
?>
<script type="text/javascript" src="js/privatebin.js?<?php echo rawurlencode($VERSION); ?>" integrity="sha512-DY1wLz/O/s4a5i/ldilMjCCFErA7aPtH6Yo4wYcIRY7macbMieaKA2YitqWMzGq72ijqiqq9CQmIAn2AoGVLpA==" crossorigin="anonymous"></script>
<script type="text/javascript" src="js/privatebin.js?<?php echo rawurlencode($VERSION); ?>" integrity="sha512-w7tbIBwS8ekoOU5uBPyPZAgidvQuX0ug7mHQOUo9vnLeOoGHndGlxhJ/EiDgMDO9l9Sz4YuEiQ9/Syg+Cwe+Gw==" crossorigin="anonymous"></script>
<!--[if lt IE 10]>
<style type="text/css">body {padding-left:60px;padding-right:60px;} #ienotice {display:block;} #oldienotice {display:block;}</style>
<![endif]-->

@ -54,7 +54,7 @@ if ($QRCODE):
<?php
endif;
?>
<script type="text/javascript" src="js/privatebin.js?<?php echo rawurlencode($VERSION); ?>" integrity="sha512-DY1wLz/O/s4a5i/ldilMjCCFErA7aPtH6Yo4wYcIRY7macbMieaKA2YitqWMzGq72ijqiqq9CQmIAn2AoGVLpA==" crossorigin="anonymous"></script>
<script type="text/javascript" src="js/privatebin.js?<?php echo rawurlencode($VERSION); ?>" integrity="sha512-w7tbIBwS8ekoOU5uBPyPZAgidvQuX0ug7mHQOUo9vnLeOoGHndGlxhJ/EiDgMDO9l9Sz4YuEiQ9/Syg+Cwe+Gw==" crossorigin="anonymous"></script>
<!--[if lt IE 10]>
<style type="text/css">body {padding-left:60px;padding-right:60px;} #ienotice {display:block;} #oldienotice {display:block;}</style>
<![endif]-->

Loading…
Cancel
Save