mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-21 16:06:16 -04:00
Global exception handler is not registered until the page's controller adds it.
It is bad form to register this handler on definition. This would cause problems if, for instance, this module was required by our Node code.
This commit is contained in:
parent
c12e1aff07
commit
6a4c025e08
2 changed files with 19 additions and 9 deletions
|
@ -401,6 +401,8 @@ var pad = {
|
|||
|
||||
init: function()
|
||||
{
|
||||
padutils.setupGlobalExceptionHandler();
|
||||
|
||||
$(document).ready(function()
|
||||
{
|
||||
//start the costum js
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue