tests: Embed test fix (#4020)

* quick fix for iframe code wihch someone broke

* Also fix cookie test
This commit is contained in:
John McLear 2020-05-27 16:54:20 +01:00 committed by GitHub
parent 66a43646a7
commit bcdb331c79
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -732,7 +732,7 @@ var paduserlist = (function()
}
else
{
$("#myusernameedit").addClass("editempty").val(_("pad.userlist.entername"));
$("#myusernameedit").attr("placeholder", html10n.get("pad.userlist.entername"));
}
if (colorPickerOpen)
{