Changeset 2044357
- Timestamp:
- 03/05/2019 07:19:50 AM (7 years ago)
- Location:
- yeloni-free-exit-popup/trunk
- Files:
-
- 2 edited
-
client/dist/client.min.js (modified) (1 diff)
-
yetience-plugin.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
yeloni-free-exit-popup/trunk/client/dist/client.min.js
r2038626 r2044357 809 809 var extensions = Autience.utils.nestedValue(Autience, ['setup', 'extensions']) 810 810 //dont show for premium users 811 if ( !extensions || Object.keys(extensions).length ==0) {811 if (extensions && Object.keys(extensions).length > 0) { 812 812 return 813 813 } -
yeloni-free-exit-popup/trunk/yetience-plugin.php
r2038626 r2044357 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.1 06 Version: 9.0.11 7 7 Author: Jayasri Nagrale 8 8 Author URI: http://www.yeloni.com
Note: See TracChangeset
for help on using the changeset viewer.