dotjs/dev.universalsubtitles.org.js @ b211864a20ce

fuck computers, i'm moving to iceland and becoming a farmer
author Steve Losh <steve@stevelosh.com>
date Thu, 13 Jun 2013 11:51:40 -0400
parents 1287b23ee8c3
children (none)
$('#menu_name > a').attr('href', '#');
$('div#menu_name > a').click(function() {
    $('div#menu').toggle();
});