Plugin Directory

Changeset 2035691


Ignore:
Timestamp:
02/21/2019 07:52:50 AM (7 years ago)
Author:
kranthitech
Message:

Fixed bug of redirection after subscribing

Location:
yeloni-free-exit-popup/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • yeloni-free-exit-popup/trunk/client/dist/client.min.js

    r2031392 r2035691  
    21192119                                    }, 3000);
    21202120                                    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 {
    21272122                                    document.getElementById('yeloni-email-form').innerHTML = thankyou_message
    21282123                                    document.getElementById('yeloni-email-form').style.textAlign = "center"
     
    21412136                                    return
    21422137                                }
    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
    21532139
    21542140                                // window.location="http://yeloni.com/emails/subscription-thankyou.html"
  • yeloni-free-exit-popup/trunk/yetience-plugin.php

    r2035085 r2035691  
    44Plugin URI: #
    55Description: 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.6
     6Version: 9.0.7
    77Author: Jayasri Nagrale
    88Author URI: http://www.yeloni.com
Note: See TracChangeset for help on using the changeset viewer.