MediaWiki:Common.js: Difference between revisions

Jump to navigation Jump to search
No edit summary
No edit summary
Line 370: Line 370:
         }
         }
     }
     }
}
/** Video Galleries *********************************************************
*
*  Description: Allow random video galleries /w wiki caching.
*/
function videogallery(){
    #(".videogallery a").each(function(){
        $(this).css("background","#f00");//Test
    });
}
}


window.onload=function() {
window.onload=function() {
ddm();
    ddm();
// add other functions to be called onload below
    videogallery();
}
}