Plugin Directory

Changeset 2498865


Ignore:
Timestamp:
03/18/2021 04:56:38 PM (5 years ago)
Author:
badprle
Message:

Readme updates, bugfixes

Location:
emitto/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • emitto/trunk/includes/emitto-functions.php

    r2485787 r2498865  
    9090
    9191
    92         wp_enqueue_script( 'emitto-popup', plugin_dir_url( dirname( __FILE__ ) ) . 'public/popup.min.js', array(), null, true );
     92        wp_enqueue_script( 'emitto-popup', plugin_dir_url( dirname( __FILE__ ) ) . 'public/popup.js', array(), null, true );
    9393        require_once( 'popup.php' );
    9494
  • emitto/trunk/public/popup.js

    r2485787 r2498865  
    280280const applicationServerPublicKey = 'BKkAhYC5CxHsK4pjPz6gejDya+ZYBZfOTCckJ8ifuAcevrVD49O0t2pMJrGINsfj4YBaP00nN2A+IL/Zy8GTLi4=';
    281281//production api call:
    282 const base_uri_app = 'https://emitto-api.emitto.io/api/';
     282//const base_uri_app = 'https://emitto-api.emitto.io/api/';
    283283
    284284//dev api call
    285 //const base_uri_app = 'https://d3gpgv8gv0p2s1.cloudfront.net/api/';
     285const base_uri_app = 'https://d3gpgv8gv0p2s1.cloudfront.net/api/';
    286286
    287287
Note: See TracChangeset for help on using the changeset viewer.