Plugin Directory

Changeset 2058173


Ignore:
Timestamp:
03/27/2019 09:25:08 AM (7 years ago)
Author:
kranthitech
Message:

Fixed bug for Showing on Specific pages

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

Legend:

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

    r2049837 r2058173  
    10851085
    10861086        //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)
    10881088        if (autience_is_home) {
    10891089            //console.log('where.home is ', where.home)
  • yeloni-free-exit-popup/trunk/yetience-plugin.php

    r2049837 r2058173  
    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.12
     6Version: 9.0.13
    77Author: Jayasri Nagrale
    88Author URI: http://www.yeloni.com
Note: See TracChangeset for help on using the changeset viewer.