Plugin Directory

Changeset 2302078


Ignore:
Timestamp:
05/10/2020 12:52:49 PM (6 years ago)
Author:
antsanchez
Message:

Fixed a minor JS bug

Location:
easy-cookie-law/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • easy-cookie-law/trunk/class/easy-cookie-law.php

    r2173794 r2302078  
    224224            if(ecl_is_cookie_accepted()) {
    225225                var ecl_scripts = document.createElement('script');
    226                 ecl_scripts.innerHTML = <?php echo $this->printGtmHeader(); ?>;
     226                ecl_scripts.innerHTML = "<?php echo $this->printGtmHeader(); ?>";
    227227                document.head.appendChild(ecl_scripts);
    228228            }
  • easy-cookie-law/trunk/readme.txt

    r2173794 r2302078  
    55Requires PHP: 5.6
    66Tested up to: 5.2.4
    7 Stable tag: 3.0
     7Stable tag: 3.1
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    7070== Changelog ==
    7171
     72= 3.1 =
     73* Fixed a minor JS Bug when leaving scripts in blank
     74
    7275= 3.0 =
    7376* Added option to decline cookies
Note: See TracChangeset for help on using the changeset viewer.