add sidebar hiding to search as well, and factor JS out to own file

This commit is contained in:
Oliver Gorwits
2012-01-21 00:21:49 +00:00
parent f844938a65
commit 23df3d39dd
6 changed files with 35 additions and 22 deletions

View File

@@ -104,4 +104,6 @@
$(this).parent(".clearfix").addClass('success');
}
});
[%+ INCLUDE 'js/sidebar.js' -%]
});