Plugin Directory

Changeset 2718702


Ignore:
Timestamp:
05/05/2022 04:11:50 PM (4 years ago)
Author:
WPWebinarSystem
Message:

v1.31.1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wp-webinarsystem/trunk/includes/class-webinarsysteem-js.php

    r2613742 r2718702  
    5959
    6060    public static function get_js_path() {
    61         if (($asset = WebinarSysteemJS::get_asset_manifest_data()) && !empty($asset['main.js'])) {
    62             return WebinarSysteemJS::get_base_path() . 'build/' . $asset['main.js'];
    63         }
    64 
    65         return false;
     61        return WebinarSysteemJS::get_base_path() . 'build/main.js';
    6662    }
    6763
     
    7167
    7268    public static function get_css_path() {
    73         if (($asset = WebinarSysteemJS::get_asset_manifest_data()) && !empty($asset['main.css'])) {
    74             return WebinarSysteemJS::get_base_path() . 'build/' . $asset['main.css'];
    75         }
    76 
    77         return false;
     69        return WebinarSysteemJS::get_base_path() . 'build/main.css';
    7870    }
    7971
Note: See TracChangeset for help on using the changeset viewer.