Plugin Directory

Changeset 2182080


Ignore:
Timestamp:
10/29/2019 08:16:27 AM (6 years ago)
Author:
badprle
Message:

Added service worker and fixed service worker link

Location:
emitto/trunk
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • emitto/trunk/includes/popup.php

    r2179274 r2182080  
    1212
    1313//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';
    1515
    1616//
Note: See TracChangeset for help on using the changeset viewer.