CC-3541: Missing show title from "Show Content" pop-up
-fixed
This commit is contained in:
parent
16ebd2951f
commit
ef6c496ba3
2 changed files with 3 additions and 2 deletions
|
@ -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() {
|
|||
};
|
||||
}
|
||||
});
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue