Plugin Directory

Changeset 2779487


Ignore:
Timestamp:
09/02/2022 10:29:29 PM (4 years ago)
Author:
medaboub
Message:

edit appid param in url

File:
1 edited

Legend:

Unmodified
Added
Removed
  • mqttchat/trunk/mqttchat.php

    r2779486 r2779487  
    150150        wp_register_script(
    151151            'mqttchat-script', // name your script so that you can attach other scripts and de-register, etc.
    152             'https://cluster1.telifoun.com/webapi/'.substr(get_locale(),0,2).'/mqttchat.js?appId='.$app_id.'&uf='.$uf, // this is the location of your script file
     152            'https://cluster1.telifoun.com/webapi/'.substr(get_locale(),0,2).'/mqttchat.js?appid='.$app_id.'&uf='.$uf, // this is the location of your script file
    153153            array('jquery') ,// this array lists the scripts upon which your script depends
    154154            '',
Note: See TracChangeset for help on using the changeset viewer.