dotjs/dev.universalsubtitles.org.js @ bdcdc5452cc3

Force correct background color on SpellCap.
author Steve Losh <steve@stevelosh.com>
date Thu, 08 Mar 2012 10:38:41 -0500
parents 1287b23ee8c3
children (none)
$('#menu_name > a').attr('href', '#');
$('div#menu_name > a').click(function() {
    $('div#menu').toggle();
});