CC-3541: Missing show title from "Show Content" pop-up

-fixed
This commit is contained in:
Martin Konecny 2012-04-05 15:49:58 -04:00
parent 16ebd2951f
commit ef6c496ba3
2 changed files with 3 additions and 2 deletions

View file

@ -176,7 +176,7 @@ function buildContentDialog (json){
dialog.dialog({
autoOpen: false,
title: 'Show Contents',
title: "Contents of Show \"" + json.showTitle + "\"",
width: width,
height: height,
modal: true,
@ -422,4 +422,4 @@ $(document).ready(function() {
};
}
});
});
});