Changeset 2926745
- Timestamp:
- 06/15/2023 07:08:31 PM (3 years ago)
- Location:
- ai-post-generator
- Files:
-
- 2 edited
-
tags/3.1/js/header.js (modified) (1 diff)
-
trunk/js/header.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ai-post-generator/tags/3.1/js/header.js
r2913278 r2926745 76 76 } 77 77 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)) { 79 79 if ( 80 80 document.body.contains( -
ai-post-generator/trunk/js/header.js
r2913104 r2926745 76 76 } 77 77 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)) { 79 79 if ( 80 80 document.body.contains(
Note: See TracChangeset
for help on using the changeset viewer.