dotjs/dev.universalsubtitles.org.js @ 5dd290b11084

Unfuck the Clojure indentation mapping.  Who knows what happened.
author Steve Losh <steve@stevelosh.com>
date Sat, 04 Aug 2012 11:12:30 -0400
parents 1287b23ee8c3
children (none)
$('#menu_name > a').attr('href', '#');
$('div#menu_name > a').click(function() {
    $('div#menu').toggle();
});