Skip to content

Commit

Permalink
#11296 Undefined message when you use the viewing as feature (#11538)
Browse files Browse the repository at this point in the history
  • Loading branch information
fmontes authored and jgambarios committed May 9, 2017
1 parent 9068357 commit cb9db1f
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@

<script type="text/javascript" language="javascript">
//Controls get written to the parent html document outside the client html code iframe
if (parent.dojo.global.controlsHTML === undefined) {
parent.dojo.global.controlsHTML = '';
}
parent.dojo.global.controlsHTML +=
'<div style="display: none;" class="dotControls" id="control-${CONTAINER_INODE}">\n'+
#if($CONTAINER_MAX_CONTENTLETS > $CONTAINER_NUM_CONTENTLETS && $STATIC_CONTAINER && $USE_CONTAINER_PERMISSION && $ADD_CHILDREN_HTMLPAGE_PERMISSION)
Expand Down

0 comments on commit cb9db1f

Please sign in to comment.