Merge "Linker::link() prints deprecated warning if $query is a string"
[lhc/web/wiklou.git] / skins / common / IEFixes.js
index 7f3b9c0..dd999ed 100644 (file)
@@ -63,6 +63,11 @@ window.fixalpha = function( logoId ) {
        }
 };
 
+if ( isMSIE55 ) {
+       // ondomready
+       $( fixalpha );
+}
+
 // fix ie6 disappering float bug
 window.relativeforfloats = function() {
        var bc = document.getElementById( 'bodyContent' );