mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2025-05-02 14:36:08 -04:00
Use existing reload function
This commit is contained in:
parent
5c603d0978
commit
86cd5e1c15
3 changed files with 3 additions and 3 deletions
|
@ -1510,7 +1510,7 @@ jQuery.PrivateBin = function($, sjcl, Base64, RawDeflate) {
|
|||
// check if location is (already) shown in URL bar
|
||||
if (window.location.href === this.pasteUrl.attr('href')) {
|
||||
// if so we need to load link by reloading the site
|
||||
location.reload(true);
|
||||
this.reloadPage(event);
|
||||
}
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue