Skip to content

Commit

Permalink
Remove yahoo debug code from the Asset Manager. fixes bug #11662
Browse files Browse the repository at this point in the history
  • Loading branch information
perlDreamer committed Jun 21, 2010
1 parent e2240d2 commit 1607b5d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions docs/changelog/7.x.x.txt
Expand Up @@ -6,6 +6,7 @@
- fixed #11643: Account/Contributions: does not show archived content
- fixed #11651: First Day of Week is a string...
- fixed #11656: Thingy: Select list fields are not sorted properly
- fixed #11662: yahooapis.com sourced links

7.8.21
- fixed #11597: manageTrash and newlines
Expand Down
3 changes: 0 additions & 3 deletions lib/WebGUI/Content/AssetManager.pm
Expand Up @@ -372,9 +372,6 @@ sub www_manage {
$session->style->setScript( $session->url->extras( 'yui-webgui/build/form/form.js' ) );

$session->style->setRawHeadTags( <<ENDHTML );
<link type="text/css" rel="stylesheet" href="http://yui.yahooapis.com/2.6.0/build/logger/assets/skins/sam/logger.css">
<script type="text/javascript" src="http://yui.yahooapis.com/2.6.0/build/logger/logger-min.js"></script>
<script type="text/javascript">
YAHOO.util.Event.onDOMReady( WebGUI.AssetManager.initManager );
</script>
Expand Down

0 comments on commit 1607b5d

Please sign in to comment.