All Downloads are FREE. Search and download functionalities are using the official Maven repository.

js.reflow-skin.js Maven / Gradle / Ivy

Go to download

Reflow is an Apache Maven site skin built on Twitter Bootstrap. It allows various structural and stylistic customizations to create a modern-looking Maven-generated website. Requires Reflow Velocity Tools.

The newest version!
// Additional skin Javascript
// ++++++++++++++++++++++++++++++++++++++++++

!function ($) {

	$(function(){

		var $window = $(window)

		// Start carousel
		$(function() {
			$('.carousel').carousel();
		});

		// activate syntax higlighting with highlight.js
		// Note: only run if `hljs` exists
		if (typeof hljs != 'undefined')
		{
			// classic encoding with 
// and HTML5 version with
$('div.source pre, pre code').each(function(i, e) {hljs.highlightBlock(e)}); } }) }(window.jQuery)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy