Add jquery to ace iframe
parent
8402cb118a
commit
668725b892
|
@ -232,6 +232,7 @@ require.setGlobalKeyPath("require");\n\
|
||||||
|
|
||||||
iframeHTML.push(doctype);
|
iframeHTML.push(doctype);
|
||||||
iframeHTML.push("<html><head>");
|
iframeHTML.push("<html><head>");
|
||||||
|
iframeHTML.push('<script type="text/javascript" src="../static/js/jquery.js"></script>');
|
||||||
|
|
||||||
hooks.callAll("aceInitInnerdocbodyHead", {
|
hooks.callAll("aceInitInnerdocbodyHead", {
|
||||||
iframeHTML: iframeHTML
|
iframeHTML: iframeHTML
|
||||||
|
|
Loading…
Reference in New Issue