diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2010-02-23 05:02:02 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2010-02-23 05:02:02 +0000 |
commit | de015af95a66065725085e749ce60f19d4decf13 (patch) | |
tree | 07082833de082454e2ad8db86db7e101b5451170 /modules/system | |
parent | 420b9c1885420721d93beb2d27c19b5b46ccca9c (diff) | |
download | brdo-de015af95a66065725085e749ce60f19d4decf13.tar.gz brdo-de015af95a66065725085e749ce60f19d4decf13.tar.bz2 |
#334956 by JohnAlbin and thund3rbox: Remove no-longer-needed fix for 'Flash of Unstyled Content in IE' in maintenance template.
Diffstat (limited to 'modules/system')
-rw-r--r-- | modules/system/maintenance-page.tpl.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/system/maintenance-page.tpl.php b/modules/system/maintenance-page.tpl.php index cd4127927..efc44c057 100644 --- a/modules/system/maintenance-page.tpl.php +++ b/modules/system/maintenance-page.tpl.php @@ -21,7 +21,6 @@ <?php print $head; ?> <?php print $styles; ?> <?php print $scripts; ?> - <script type="text/javascript"><?php /* Needed to avoid Flash of Unstyled Content in IE */ ?> </script> </head> <body class="<?php print $classes; ?>"> <div id="page"> |