dotjs/dev.universalsubtitles.org.js @ 36ec7052b16b

Add "vim/custom-dictionary.utf-8.add.spl" to .hgignore.
author Steve Losh <steve@stevelosh.com>
date Tue, 10 Apr 2012 09:40:33 -0400
parents 1287b23ee8c3
children (none)
$('#menu_name > a').attr('href', '#');
$('div#menu_name > a').click(function() {
    $('div#menu').toggle();
});