some sanity

This commit is contained in:
John McLear 2015-01-21 13:24:21 +00:00
parent eacf1118f8
commit 34d6b31c98
4 changed files with 47 additions and 63 deletions

View file

@ -82,7 +82,7 @@ function getCollabClient(ace2editor, serverVars, initialUserInfo, options, _pad)
{}
};
if (browser.mozilla)
if (browser.firefox)
{
// Prevent "escape" from taking effect and canceling a comet connection;
// doesn't work if focus is on an iframe.