Plugin Directory

Changeset 1696660


Ignore:
Timestamp:
07/15/2017 09:23:22 AM (9 years ago)
Author:
pukhrajp
Message:

Fixed 1 issue.

Location:
wp-chatbull
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • wp-chatbull/tags/1.0/files/application/views/chatbox/chatbox-btn.php

    r1693664 r1696660  
    4747        </div>
    4848    </div>
    49     <script>
    50         window.iFrameResizer = {
    51             targetOrigin: '<?php echo (is_https()) ? 'https://'.get_domain($token->site_url) : 'http://'.get_domain($token->site_url); ?>'
    52         }
    53     </script>
    5449    <script src="<?php echo base_url('assets/cmodule-chat/js/iframeResizer.contentWindow.min.js'); ?>"></script>
    5550</body>
  • wp-chatbull/tags/1.0/files/application/views/chatbox/chatpanel.php

    r1693664 r1696660  
    3131        <?php include VIEWPATH . 'chatbox/minibox.php'; ?>
    3232    </div>
    33    
    34     <script>
    35         window.iFrameResizer = {
    36             targetOrigin: '<?php echo (is_https()) ? 'https://'.get_domain($token->site_url) : 'http://'.get_domain($token->site_url); ?>'
    37         }
    38     </script>
    3933    <script src="<?php echo base_url('assets/cmodule-chat/js/iframeResizer.contentWindow.min.js'); ?>"></script>
    4034</body>
  • wp-chatbull/trunk/files/application/views/chatbox/chatbox-btn.php

    r1693664 r1696660  
    4747        </div>
    4848    </div>
    49     <script>
    50         window.iFrameResizer = {
    51             targetOrigin: '<?php echo (is_https()) ? 'https://'.get_domain($token->site_url) : 'http://'.get_domain($token->site_url); ?>'
    52         }
    53     </script>
    5449    <script src="<?php echo base_url('assets/cmodule-chat/js/iframeResizer.contentWindow.min.js'); ?>"></script>
    5550</body>
  • wp-chatbull/trunk/files/application/views/chatbox/chatpanel.php

    r1693664 r1696660  
    3131        <?php include VIEWPATH . 'chatbox/minibox.php'; ?>
    3232    </div>
    33    
    34     <script>
    35         window.iFrameResizer = {
    36             targetOrigin: '<?php echo (is_https()) ? 'https://'.get_domain($token->site_url) : 'http://'.get_domain($token->site_url); ?>'
    37         }
    38     </script>
    3933    <script src="<?php echo base_url('assets/cmodule-chat/js/iframeResizer.contentWindow.min.js'); ?>"></script>
    4034</body>
Note: See TracChangeset for help on using the changeset viewer.