diff --git a/src/static/js/pad.js b/src/static/js/pad.js index 426eb089e..3a1c1633e 100644 --- a/src/static/js/pad.js +++ b/src/static/js/pad.js @@ -534,7 +534,7 @@ var pad = { if(padcookie.getPref("showAuthorshipColors") == false){ pad.changeViewOption('showAuthorColors', false); } - hooks.aCallAll("postAceInit"); + hooks.aCallAll("postAceInit", {ace: padeditor.ace}); } }, dispose: function()