Merge branch 'saas-showbuilder' into saas-showbuilder-colors

This commit is contained in:
Albert Santoni 2015-08-28 21:11:26 -04:00
commit 765211da39
4 changed files with 31 additions and 2 deletions

View file

@ -55,7 +55,8 @@ function dayClick(date, allDay, jsEvent, view){
//remove the +show button if it exists.
if(addShow.length == 1){
var span = $(addShow).parent();
$(span).prev().remove();
$(span).next().remove();
$(span).remove();
}