Changeset 2058173
- Timestamp:
- 03/27/2019 09:25:08 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
r2049837 r2058173 1085 1085 1086 1086 //sometimes the value given by wordpress is not correct 1087 autience_is_home = autience_is_home || ( window.location.pathname == '/') || (window.location.pathname == '')1087 autience_is_home = autience_is_home || (((window.location.pathname == '/') || (window.location.pathname == '')) && window.location.search.length == 0) 1088 1088 if (autience_is_home) { 1089 1089 //console.log('where.home is ', where.home) -
yeloni-free-exit-popup/trunk/yetience-plugin.php
r2049837 r2058173 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 26 Version: 9.0.13 7 7 Author: Jayasri Nagrale 8 8 Author URI: http://www.yeloni.com
Note: See TracChangeset
for help on using the changeset viewer.