Moved the Agents into their own repo. Kept the agent.pl just for reference
This commit is contained in:
parent
22381be29a
commit
8680a02b13
18132 changed files with 0 additions and 2569420 deletions
|
|
@ -1,35 +0,0 @@
|
|||
window.location.hash = ''
|
||||
$(function() {
|
||||
$("#search").jcOnPageFilter({
|
||||
animateHideNShow: false,
|
||||
focusOnLoad: true,
|
||||
highlightColor: "yellow",
|
||||
textColorForHighlights: "#000000",
|
||||
caseSensitive: false,
|
||||
hideNegatives: true,
|
||||
parentLookupClass: "accordion-content",
|
||||
childBlockClass: "accordion-toggle, .faqanswer"
|
||||
});
|
||||
});
|
||||
|
||||
/* To make one of the topics the default use "accordion-content default" */
|
||||
$(document).ready(function($) {
|
||||
$('#accordion').find('.accordion-toggle').click(function(){
|
||||
|
||||
//Expand or collapse this panel
|
||||
$(this).next().slideToggle('fast');
|
||||
|
||||
//Hide the other panels
|
||||
$(".accordion-content").not($(this).next()).slideUp('fast');
|
||||
|
||||
});
|
||||
|
||||
$('.faqanswer').each(function(){
|
||||
$(this).html($(this).html().replace(/\n/g, '<br>'));
|
||||
$(this).find('pre').each(function(){
|
||||
$(this).html($(this).html().replace(/<br>/g, '\n'));
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
SyntaxHighlighter.all();
|
||||
Loading…
Add table
Add a link
Reference in a new issue