Changeset 1696660
- Timestamp:
- 07/15/2017 09:23:22 AM (9 years ago)
- Location:
- wp-chatbull
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
wp-chatbull/tags/1.0/files/application/views/chatbox/chatbox-btn.php
r1693664 r1696660 47 47 </div> 48 48 </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>54 49 <script src="<?php echo base_url('assets/cmodule-chat/js/iframeResizer.contentWindow.min.js'); ?>"></script> 55 50 </body> -
wp-chatbull/tags/1.0/files/application/views/chatbox/chatpanel.php
r1693664 r1696660 31 31 <?php include VIEWPATH . 'chatbox/minibox.php'; ?> 32 32 </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>39 33 <script src="<?php echo base_url('assets/cmodule-chat/js/iframeResizer.contentWindow.min.js'); ?>"></script> 40 34 </body> -
wp-chatbull/trunk/files/application/views/chatbox/chatbox-btn.php
r1693664 r1696660 47 47 </div> 48 48 </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>54 49 <script src="<?php echo base_url('assets/cmodule-chat/js/iframeResizer.contentWindow.min.js'); ?>"></script> 55 50 </body> -
wp-chatbull/trunk/files/application/views/chatbox/chatpanel.php
r1693664 r1696660 31 31 <?php include VIEWPATH . 'chatbox/minibox.php'; ?> 32 32 </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>39 33 <script src="<?php echo base_url('assets/cmodule-chat/js/iframeResizer.contentWindow.min.js'); ?>"></script> 40 34 </body>
Note: See TracChangeset
for help on using the changeset viewer.