Plugin Directory

Changeset 2926745


Ignore:
Timestamp:
06/15/2023 07:08:31 PM (3 years ago)
Author:
kekotron
Message:

Version 3.1

Location:
ai-post-generator
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • ai-post-generator/tags/3.1/js/header.js

    r2913278 r2926745  
    7676      }
    7777
    78       if (!consulta.response.subscription_id  && !consulta.response.localhost && consulta.response.n_posts <= 5  && !(window.location.href.indexOf("admin.php?page=autowriter_upgrade_plan") > -1)) {
     78      if (!consulta.response.subscription_id  && !consulta.response.localhost && consulta.response.n_posts < 1  && !(window.location.href.indexOf("admin.php?page=autowriter_upgrade_plan") > -1)) {
    7979        if (
    8080          document.body.contains(
  • ai-post-generator/trunk/js/header.js

    r2913104 r2926745  
    7676      }
    7777
    78       if (!consulta.response.subscription_id  && !consulta.response.localhost && consulta.response.n_posts <= 5  && !(window.location.href.indexOf("admin.php?page=autowriter_upgrade_plan") > -1)) {
     78      if (!consulta.response.subscription_id  && !consulta.response.localhost && consulta.response.n_posts < 1  && !(window.location.href.indexOf("admin.php?page=autowriter_upgrade_plan") > -1)) {
    7979        if (
    8080          document.body.contains(
Note: See TracChangeset for help on using the changeset viewer.