﻿/* turn on the buttons with alink a in toolbar 
(function ($) {

})(jQuery);
*/

jQuery(function ($) {
	$("a", ".toolbar, .recordToolbar").button();
	$(".applicationForm, .accordionView").accordion({
		autoHeight: false
	});
});
