Skip to content

Commit

Permalink
Merge pull request #8 from jdespatis/clean-wrappers
Browse files Browse the repository at this point in the history
Fixed partially #17073: Vanish wrappers in <script> and <style>
  • Loading branch information
andrerom committed Dec 23, 2011
2 parents 58e0ec5 + c5c69d1 commit bcee0c8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
@@ -1,7 +1,6 @@
{* Move toolbar to top of page using classes and css (see websitetoolbar.tpl) *}
{literal}
<script type="text/javascript">
<!--
(function()
{
var body = document.body, ezwt = document.getElementById( 'ezwt' );
Expand All @@ -20,6 +19,5 @@
else
body.style.paddingTop = ezwt.offsetHeight + 'px';
})();
//-->
</script>
{/literal}
Expand Up @@ -204,7 +204,5 @@
</div>

<script type="text/javascript">
eZWTSortDD.init();
</script>

0 comments on commit bcee0c8

Please sign in to comment.