dotjs/dev.universalsubtitles.org.js @ 1de6d9ecd350

fuckoing markdown

i had a nice commit message here but vim ate it.  fuck it.
author Steve Losh <steve@stevelosh.com>
date Mon, 16 Jun 2014 08:00:21 -0400
parents 1287b23ee8c3
children (none)
$('#menu_name > a').attr('href', '#');
$('div#menu_name > a').click(function() {
    $('div#menu').toggle();
});