add proper class name to body for dialog

This commit is contained in:
Doug Bell 2010-07-30 14:04:23 -05:00
parent ba7aa59c56
commit 4f41631833

View file

@ -483,6 +483,7 @@ YAHOO.util.Event.onDOMReady( function() {
homeUrl : '<tmpl_var homeUrl>'
} );
// Add all asset helpers to the admin instance
document.body.className="yui-skin-sam";
} );
</script>