Plugin Directory

Changeset 2246077


Ignore:
Timestamp:
02/18/2020 09:30:01 AM (6 years ago)
Author:
itdesk
Message:

www w domenie

Location:
callback24/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • callback24/trunk/callbacktwentyfour.php

    r2241764 r2246077  
    33 * Plugin Name: Callback24
    44 * Description: Callback24 – oddzwoń do klienta w ciągu 15 sekund!
    5  * Version: 1.0.3
     5 * Version: 1.0.4
    66 * Author: itDesk
    77 * Author URI: https://agencja-interaktywna.opole.pl
     
    6767
    6868            return " <script>
     69            page_host = window.location.host;
     70            if (page_host.substring(0, 4) == 'www.'){
     71                page_host = page_host.substring(4, page_host.length);
     72            }
    6973            var script=document.createElement('script');
    7074            script.async=true;
    71             script.src='https://panel.callback24.io/js/callbackWidget.js?name=wordpress_'+window.location.host;
     75            script.src='https://panel.callback24.io/js/callbackWidget.js?name=wordpress_'+page_host;
    7276            script.type='text/javascript';
    7377            document.body.appendChild(script);
  • callback24/trunk/readme.txt

    r2241764 r2246077  
    106106= 1.0.3 =
    107107* Poprawa błędów (widget czasami się nie wyświetlał)
     108
     109= 1.0.4 =
     110* Poprawa błędów (błąd z www w domenie usługi)
Note: See TracChangeset for help on using the changeset viewer.