Changeset 2038597
- Timestamp:
- 02/25/2019 07:42:54 AM (7 years ago)
- Location:
- yeloni-free-exit-popup/trunk
- Files:
-
- 2 edited
-
client/dist/client.min.js (modified) (4 diffs)
-
yetience-plugin.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
yeloni-free-exit-popup/trunk/client/dist/client.min.js
r2035691 r2038597 2382 2382 2383 2383 }; 2384 window.defineAutienceChat = function (yetience_callback) {2384 window.defineAutienceChat = function (yetience_callback) { 2385 2385 if (Autience) { 2386 Autience.lifecycle.postRender.push(function (widget) {2387 2388 Autience.setup.networks.forEach(function (N) {2386 Autience.lifecycle.postRender.push(function (widget) { 2387 2388 Autience.setup.networks.forEach(function (N) { 2389 2389 bindAutienceChat("zopim") 2390 2390 }) … … 2393 2393 function bindAutienceChat(chatProvider) { 2394 2394 //close popup 2395 Autience.utils.classListen('autience-open-chat', 'click', function() { 2396 if (typeof $zopim != 'undefined') { 2395 Autience.utils.classListen('autience-open-chat', 'click', function () { 2396 if (typeof zE != 'undefined' && typeof $zopim != 'undefined') { 2397 zE.activate() 2397 2398 $zopim.livechat.window.show(); 2399 //$zopim.livechat.window.openPopout() 2398 2400 } else { 2399 2401 console.log('Zopim is not installed') … … 2405 2407 2406 2408 2407 Autience.lifecycle.display.push(function (widget) {2409 Autience.lifecycle.display.push(function (widget) { 2408 2410 if (typeof $zopim != 'undefined') { 2409 2411 //for zopim popup to be shown as "in the popup" … … 2418 2420 var yel_loc = chat_wrapper.getBoundingClientRect(); 2419 2421 2420 $zopim(function () {2422 $zopim(function () { 2421 2423 //open the chat if it is closed 2422 2424 $zopim.livechat.window.show(); -
yeloni-free-exit-popup/trunk/yetience-plugin.php
r2036148 r2038597 4 4 Plugin URI: # 5 5 Description: Exit Popups are the best way to engage visitors leaving your website. Show offers, social buttons, email signup forms or customize it as you like. 6 Version: 9.0. 86 Version: 9.0.9 7 7 Author: Jayasri Nagrale 8 8 Author URI: http://www.yeloni.com
Note: See TracChangeset
for help on using the changeset viewer.