Skip to content

Commit

Permalink
Fix #90
Browse files Browse the repository at this point in the history
  • Loading branch information
hyyan committed Jan 13, 2019
1 parent d5e62bf commit f802abf
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion BBjGridExWidget.bbj
Expand Up @@ -365,7 +365,7 @@ class public BBjGridExWidget extends BBjWidget
#setLicenseKey(lic!)
FI

html$="<html><body><script></script><div id='eventTransporterDiv' onClick='window.basisDispatchCustomEvent(event, event.payload)'></div><div id='" + str(#GRIDID$) + "' style=""height: 100%"" class=""ag-theme-balham""></div></body></html>"
html$="<html><body><script></script><div id='event-bridge-"+ str(#GRIDID$) +"' onClick='window.basisDispatchCustomEvent(this, event.payload)'></div><div id='" + str(#GRIDID$) + "' style=""height: 100%"" class=""ag-theme-balham""></div></body></html>"

if (info(3,6)<>"5" and #Debug>0) then
call "BBjGridExWidget/util/EnableDebugger.bbj"
Expand Down
4 changes: 2 additions & 2 deletions js/dist/bbj-grid-widget.min.js

Large diffs are not rendered by default.

0 comments on commit f802abf

Please sign in to comment.