Changeset 2182080
- Timestamp:
- 10/29/2019 08:16:27 AM (6 years ago)
- Location:
- emitto/trunk
- Files:
-
- 1 added
- 1 edited
-
includes/popup.php (modified) (1 diff)
-
public/service-worker.js (added)
Legend:
- Unmodified
- Added
- Removed
-
emitto/trunk/includes/popup.php
r2179274 r2182080 12 12 13 13 //finding the location of your plugin and service worker, don't touch this 14 $serviceWorker = plugin_dir_url( dirname( __FILE__ ) ) . 'public/ js/service-worker.js';14 $serviceWorker = plugin_dir_url( dirname( __FILE__ ) ) . 'public/service-worker.js'; 15 15 16 16 //
Note: See TracChangeset
for help on using the changeset viewer.