MediaWiki:Common.js: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 10: Line 10:
}
}


include("/js/jquery-1.3.2.js");
include('/js/jquery-1.3.2.js');
include("/js/jquery.history.js");
include('/js/jquery.history.js');


include("/js/jquery.galleriffic.js");
include('/js/jquery.galleriffic.js');
include("/js/jquery.opacityrollover.js");
include('/js/jquery.opacityrollover.js');
include("/js/jquery.dogallery.js");
include('/js/jquery.dogallery.js');


/* We only want the thunbnails to display when javascript is disabled */
/* We only want the thunbnails to display when javascript is disabled */
document.write('<style>.noscript { display: none; }</style>');
document.write('<style>.noscript { display: none; }</style>');