mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-25 09:56:15 -04:00
tests: Embed test fix (#4020)
* quick fix for iframe code wihch someone broke * Also fix cookie test
This commit is contained in:
parent
66a43646a7
commit
bcdb331c79
2 changed files with 3 additions and 3 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue