зеркало из https://github.com/mozilla/pjs.git
Bug 350402 - CopyPasteHandler causes assertions
p=rdmsoft@bugs.rdmsoft.com (Robert Marshall) r=ssieb ChatZilla Only
This commit is contained in:
Родитель
a4eff7673f
Коммит
b08c89857f
|
@ -2943,6 +2943,14 @@ function my_dccfiledisconnect(e)
|
|||
|
||||
var CopyPasteHandler = new Object();
|
||||
|
||||
CopyPasteHandler.allowDrop =
|
||||
CopyPasteHandler.allowStartDrag =
|
||||
CopyPasteHandler.onCopyOrDrag =
|
||||
function phand_bogus()
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
CopyPasteHandler.onPasteOrDrop =
|
||||
function phand_onpaste(e, data)
|
||||
{
|
||||
|
|
Загрузка…
Ссылка в новой задаче