Skip to content

Commit b69e940

Browse files
Fixed so that aggregated object is now showing in chrome. (#80)
1 parent e817d94 commit b69e940

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/resources/static/js/testrules.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ jQuery(document).ready(
136136
doc.open();
137137
doc.write(divText);
138138
doc.close();
139+
myWindow.focus();
139140
}
140141
},
141142
error : function(XMLHttpRequest, textStatus, errorThrown) {

0 commit comments

Comments
 (0)