dotjs/dev.universalsubtitles.org.js @ c84b84dbac40

oh god
author Steve Losh <steve@stevelosh.com>
date Mon, 16 Apr 2012 10:15:30 -0400
parents 1287b23ee8c3
children (none)
$('#menu_name > a').attr('href', '#');
$('div#menu_name > a').click(function() {
    $('div#menu').toggle();
});