CC-3590: Calendar GUI->DJ user should not be able to invoke "Add Show" window

- done
This commit is contained in:
James 2012-04-19 15:55:55 -04:00
parent 295eab430a
commit a482a8fe07
1 changed files with 3 additions and 1 deletions

View File

@ -212,8 +212,10 @@ function viewDisplay( view ) {
}
if(($("#add-show-form").length == 1) && ($("#add-show-form").css('display')=='none') && ($('.fc-header-left > span').length == 5)) {
if($.trim($("#add-show-form").html()) != ""){
makeAddShowButton();
}
}
//save view name to db
var url = '/Schedule/set-time-scale/format/json';