Mercurial > public > sg101
view static/js/tiny_mce/plugins/preview/preview.html @ 517:666147a2cc08
Moved the imports from the top of the file into the task function. This seemed to prevent some strange import errors that only occurred on the production server. I don't know if the problems were related to mod_wsgi or Python 2.5 or what.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Thu, 15 Dec 2011 02:49:16 +0000 |
parents | 88b2b9cb8c1f |
children |
line wrap: on
line source
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <script type="text/javascript" src="../../tiny_mce_popup.js"></script> <script type="text/javascript" src="jscripts/embed.js"></script> <script type="text/javascript"><!-- document.write('<base href="' + tinyMCEPopup.getWindowArg("base") + '">'); // --> </script> <title>{#preview.preview_desc}</title> </head> <body id="content"> <script type="text/javascript"> document.write(tinyMCEPopup.editor.getContent()); </script> </body> </html>