should use typesafe comparison in JS and adding forgotten modal dialog in bootstrap-dark-page
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user