Subversion Repositories My Stuff

Compare Revisions

Ignore whitespace Rev 12 → Rev 13

/trunk/JavaScripts/toggle_slide.js
1,4 → 1,4
#######################################################################
/*#######################################################################
# This script is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
7,7 → 7,7
# License: GPLv3
# The full version of the licencse can be obtainted by visiting:
# http://www.gnu.org/licenses/gpl.html
#######################################################################
#######################################################################*/
$(document).ready(function(){
$('div.toggle').each(function(){
var $link = $(this).children('a.toggle_link:first');