Skip to content

Commit

Permalink
error writing the webskin list
Browse files Browse the repository at this point in the history
On Quick Builder wheh selecting the content type the webskin often doesn't display with the error: Uncaught TypeError: Cannot read property 'ownerDocument' of undefined
  • Loading branch information
PhillipRasmussen committed Aug 29, 2016
1 parent 475e2c7 commit 81dd782
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion webskin/dmNavigation/webtopBodyQuickBuilder.cfm
Expand Up @@ -273,6 +273,7 @@ $out:$
data: { typename: $j('##makehtml').val() },
cache: false,
timeout: 10000,
dataType:'html',
success: function(msg){
$j('##displayMethods').html(msg);
}
Expand Down Expand Up @@ -361,4 +362,4 @@ $out:$
</sec:CheckPermission>


<cfsetting enablecfoutputonly="false">
<cfsetting enablecfoutputonly="false">

0 comments on commit 81dd782

Please sign in to comment.