Changeset 1676651
- Timestamp:
- 06/12/2017 12:37:02 PM (9 years ago)
- Location:
- react-and-share
- Files:
-
- 2 edited
-
tags/3.1/rns.php (modified) (2 diffs)
-
trunk/rns.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
react-and-share/tags/3.1/rns.php
r1676627 r1676651 7 7 Author URI: http://reactandshare.com 8 8 Licence: GPLv2 9 Version: 3. 09 Version: 3.1 10 10 Stable Tag: 3.1 11 11 */ … … 576 576 577 577 if (!empty($apiKey)) { 578 579 578 wp_enqueue_script('rns-new-script', 'https://reactandshare.azureedge.net/plugin/rns.js', array('jquery'), null); 580 579 wp_add_inline_script('rns-new-script', "jQuery(document).ready(function() {window.rnsData = {apiKey: '$apiKey', multiple: true}; initRns();});", 'before'); -
react-and-share/trunk/rns.php
r1676626 r1676651 7 7 Author URI: http://reactandshare.com 8 8 Licence: GPLv2 9 Version: 3. 09 Version: 3.1 10 10 Stable Tag: 3.1 11 11 */ … … 576 576 577 577 if (!empty($apiKey)) { 578 579 578 wp_enqueue_script('rns-new-script', 'https://reactandshare.azureedge.net/plugin/rns.js', array('jquery'), null); 580 579 wp_add_inline_script('rns-new-script', "jQuery(document).ready(function() {window.rnsData = {apiKey: '$apiKey', multiple: true}; initRns();});", 'before');
Note: See TracChangeset
for help on using the changeset viewer.