dotjs/dev.universalsubtitles.org.js @ 6a75b5bfa46c

Improve hgd mapping
author Steve Losh <steve@stevelosh.com>
date Mon, 07 Dec 2015 15:43:55 +0000
parents 1287b23ee8c3
children (none)
$('#menu_name > a').attr('href', '#');
$('div#menu_name > a').click(function() {
    $('div#menu').toggle();
});