mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2025-07-23 23:11:04 -04:00
should use typesafe comparison in JS and adding forgotten modal dialog in bootstrap-dark-page
This commit is contained in:
parent
0493cf4463
commit
3f2de319f3
7 changed files with 22 additions and 7 deletions
|
@ -615,7 +615,7 @@ $(function() {
|
|||
*/
|
||||
requestPassword: function()
|
||||
{
|
||||
if (this.passwordModal.length == 0) {
|
||||
if (this.passwordModal.length === 0) {
|
||||
var password = prompt(i18n._('Please enter the password for this paste:'), '');
|
||||
if (password === null)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue