CC-5210: "Linked" Icon is missing after adding contents into linked show

-fixed
This commit is contained in:
Martin Konecny 2013-06-07 15:15:52 -04:00
parent 311e0c103d
commit b18495a79e
3 changed files with 13 additions and 5 deletions

View file

@ -12,7 +12,7 @@ var AIRTIME = (function(AIRTIME){
var serverTimezoneOffset = 0;
function closeDialog(event, ui) {
function closeDialogCalendar(event, ui) {
$("#schedule_calendar").fullCalendar( 'refetchEvents' );
$(this).remove();
}
@ -161,7 +161,7 @@ function buildScheduleDialog (json, instance_id) {
resizable: false,
draggable: true,
modal: true,
close: closeDialog,
close: closeDialogCalendar,
buttons: [
{
text: $.i18n._("Ok"),
@ -214,7 +214,7 @@ function buildContentDialog (json){
width: width,
height: height,
modal: true,
close: closeDialog,
close: closeDialogCalendar,
buttons: [
{
text: $.i18n._("Ok"),