new add show html.

This commit is contained in:
Naomi 2011-02-09 18:10:46 -05:00
parent eab3675c74
commit d210a36358
9 changed files with 120 additions and 64 deletions

View file

@ -60,7 +60,9 @@ function findHosts(request, callback) {
function setAddShowEvents() {
var start, end;
$(".tabs").tabs();
$("h3").click(function(){
$(this).next().toggle();
});
if(!$("#add_show_repeats").attr('checked')) {
$("#schedule-show-when > fieldset:last").hide();