Changeset 2246077
- Timestamp:
- 02/18/2020 09:30:01 AM (6 years ago)
- Location:
- callback24/trunk
- Files:
-
- 2 edited
-
callbacktwentyfour.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
callback24/trunk/callbacktwentyfour.php
r2241764 r2246077 3 3 * Plugin Name: Callback24 4 4 * Description: Callback24 – oddzwoń do klienta w ciągu 15 sekund! 5 * Version: 1.0. 35 * Version: 1.0.4 6 6 * Author: itDesk 7 7 * Author URI: https://agencja-interaktywna.opole.pl … … 67 67 68 68 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 } 69 73 var script=document.createElement('script'); 70 74 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; 72 76 script.type='text/javascript'; 73 77 document.body.appendChild(script); -
callback24/trunk/readme.txt
r2241764 r2246077 106 106 = 1.0.3 = 107 107 * 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.