Changeset 2086992
- Timestamp:
- 05/13/2019 03:03:38 PM (7 years ago)
- File:
-
- 1 edited
-
activechat-ai/trunk/include/chatwidgetac.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
activechat-ai/trunk/include/chatwidgetac.php
r2086789 r2086992 15 15 document.getElementsByTagName('head')[0].appendChild(script); 16 16 document.querySelector('#ACCW_CDN').onload = function() { 17 ACCW.setup("<?php esc_attr_e($bot_id); ?>"<?php if($full_mode == 'true'){ _e(', "fullScreen"'); } ?> ) 17 ACCW.setup("<?php esc_attr_e($bot_id); ?>" ) 18 18 19 } 19 20 }, false);
Note: See TracChangeset
for help on using the changeset viewer.