Plugin Directory

Changeset 2378470


Ignore:
Timestamp:
09/10/2020 06:05:11 AM (6 years ago)
Author:
hotelspider
Message:

Emqueue file correction

File:
1 edited

Legend:

Unmodified
Added
Removed
  • hotel-spider/trunk/hsbeinc/Base/Enqueue.php

    r2372481 r2378470  
    1818    }
    1919    function fontendEnqueue(){
    20         wp_enqueue_style('hsbestyle', 'https://wbe-static.hotel-spider.com/shwetabh-test/spiderBooking4.css');
     20        wp_enqueue_style('hsbestyle', 'https://wbe-static.hotel-spider.com/widget/spiderBooking4.css');
    2121       
    22         wp_register_script('spiderbooking4', 'https://wbe-static.hotel-spider.com/shwetabh-test/spiderBooking4.js', array('jquery'), false, true);
     22        wp_register_script('spiderbooking4', 'https://wbe-static.hotel-spider.com/widget/spiderBooking4.js', array('jquery'), false, true);
    2323        wp_enqueue_script('spiderbooking4');
    2424    }
Note: See TracChangeset for help on using the changeset viewer.