Changeset 1729219
- Timestamp:
- 09/13/2017 10:53:25 AM (9 years ago)
- Location:
- device-push/trunk
- Files:
-
- 2 edited
-
index.php (modified) (3 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
device-push/trunk/index.php
r1729199 r1729219 5 5 Author: Device Push 6 6 Author URI: https://www.devicepush.com 7 Version: 2. 07 Version: 2.1 8 8 */ 9 9 … … 131 131 echo ' 132 132 <script> 133 document.addEventListener(" DOMContentLoaded", function(event) {133 document.addEventListener("sdkLoaded", function() { 134 134 localStorage.setItem("_DP_cms", "true"); 135 135 devicePush.setCookies("devicePushUrl", "'.plugins_url( 'js/sw.js', __FILE__ ).'"); … … 153 153 echo ' 154 154 <script> 155 document.addEventListener(" DOMContentLoaded", function(event) {155 document.addEventListener("sdkLoaded", function() { 156 156 localStorage.setItem("_DP_cms", "true"); 157 157 devicePush.setCookies("devicePushUrl", "'.plugins_url( 'js/sw.js', __FILE__ ).'"); -
device-push/trunk/readme.txt
r1729199 r1729219 3 3 Tags: device push, devicepush, notification, push, chrome, safari, firefox, opera, cordova, phonegap, ios, android, notification, marketing 4 4 Requires at least: 3.0.1 5 Stable tag: 2. 05 Stable tag: 2.1 6 6 License: GPLv2 or later 7 7 License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset
for help on using the changeset viewer.