mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2025-07-22 22:40:48 -04:00
fixing paste success message handling in page template
This commit is contained in:
parent
b1e1878861
commit
9d1a9a0da7
3 changed files with 5 additions and 5 deletions
|
@ -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');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue