Changeset 2035691
- Timestamp:
- 02/21/2019 07:52:50 AM (7 years ago)
- Location:
- yeloni-free-exit-popup/trunk
- Files:
-
- 2 edited
-
client/dist/client.min.js (modified) (2 diffs)
-
yetience-plugin.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
yeloni-free-exit-popup/trunk/client/dist/client.min.js
r2031392 r2035691 2119 2119 }, 3000); 2120 2120 return 2121 } 2122 //ignore thankyou page if disabled, close the widget 2123 2124 // if (widget.components.emailSubscription.values.thankyou == 'no') { 2125 if ((Autience.utils.nestedValue(widget, ['components', 'emailSubscription', 'values', 'thankyou'])) == 'no') { 2126 console.log('no redirect') 2121 } else { 2127 2122 document.getElementById('yeloni-email-form').innerHTML = thankyou_message 2128 2123 document.getElementById('yeloni-email-form').style.textAlign = "center" … … 2141 2136 return 2142 2137 } 2143 2144 2145 //for default thankyou page 2146 if (verify == true) { 2147 window.location = yetience.server + '/thankyouVerify.html' 2148 console.log("subscription complete") 2149 } else { 2150 window.location = yetience.server + '/thankyou.html' 2151 console.log("subscription complete 2") 2152 } 2138 //ignore thankyou page if disabled, close the widget 2153 2139 2154 2140 // window.location="http://yeloni.com/emails/subscription-thankyou.html" -
yeloni-free-exit-popup/trunk/yetience-plugin.php
r2035085 r2035691 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. 66 Version: 9.0.7 7 7 Author: Jayasri Nagrale 8 8 Author URI: http://www.yeloni.com
Note: See TracChangeset
for help on using the changeset viewer.