Plugin Directory

Changeset 2086992


Ignore:
Timestamp:
05/13/2019 03:03:38 PM (7 years ago)
Author:
activechat
Message:

delet full screen from vidget

File:
1 edited

Legend:

Unmodified
Added
Removed
  • activechat-ai/trunk/include/chatwidgetac.php

    r2086789 r2086992  
    1515        document.getElementsByTagName('head')[0].appendChild(script);
    1616        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           
    1819        }
    1920    }, false);
Note: See TracChangeset for help on using the changeset viewer.