mirror of
https://github.com/linuxserver/core.git
synced 2026-02-20 05:07:19 +08:00
fix node debugger on firefox
This commit is contained in:
parent
88d6d57e16
commit
1ecdf902a4
@ -71,10 +71,6 @@ define(function(require, exports, module) {
|
||||
}, eventForwarder);
|
||||
});
|
||||
|
||||
dbg.on(event, function(e) {
|
||||
return emit(event, e);
|
||||
}, eventForwarder);
|
||||
|
||||
dbg.attach(socket, reconnect, callback);
|
||||
});
|
||||
}
|
||||
|
||||
@ -169,6 +169,9 @@ define(["require", "module", "exports", "./lib/menu/menu", "./lib/crypto",
|
||||
if (this.$bdetect)
|
||||
return;
|
||||
|
||||
// remove non-standard window.event
|
||||
try { delete window.event } catch(e) {}
|
||||
|
||||
/* Browser - platform and feature detection, based on prototype's and mootools 1.3.
|
||||
*
|
||||
* Major browser/engines flags
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user