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
No known key found for this signature in database
GPG key ID: 0F5C940A6BD81F92
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');