Add jquery to ace iframe

This commit is contained in:
Egil Moeller 2012-03-27 22:24:36 +02:00
parent 8402cb118a
commit 668725b892
1 changed files with 1 additions and 0 deletions

View File

@ -232,6 +232,7 @@ require.setGlobalKeyPath("require");\n\
iframeHTML.push(doctype);
iframeHTML.push("<html><head>");
iframeHTML.push('<script type="text/javascript" src="../static/js/jquery.js"></script>');
hooks.callAll("aceInitInnerdocbodyHead", {
iframeHTML: iframeHTML