Changeset 2779487
- Timestamp:
- 09/02/2022 10:29:29 PM (4 years ago)
- File:
-
- 1 edited
-
mqttchat/trunk/mqttchat.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
mqttchat/trunk/mqttchat.php
r2779486 r2779487 150 150 wp_register_script( 151 151 '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?app Id='.$app_id.'&uf='.$uf, // this is the location of your script file152 '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 153 153 array('jquery') ,// this array lists the scripts upon which your script depends 154 154 '',
Note: See TracChangeset
for help on using the changeset viewer.