fixing paste success message handling in page template

This commit is contained in:
El RIDO
2017-11-16 08:57:08 +01:00
parent b1e1878861
commit 9d1a9a0da7
3 changed files with 5 additions and 5 deletions

View File

@@ -1397,7 +1397,7 @@ jQuery.PrivateBin = function($, sjcl, Base64, RawDeflate) {
*/
me.init = function()
{
$pasteSuccess = $('#pasteSuccess');
$pasteSuccess = $('#pastesuccess');
// $pasteUrl is saved in me.createPasteNotification() after creation
$remainingTime = $('#remainingtime');
$shortenButton = $('#shortenbutton');