Changeset 1942495
- Timestamp:
- 09/17/2018 09:45:20 AM (7 years ago)
- Location:
- chatwing-float-chatbox
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
chatwing-float-chatbox/tags/0.0.1/chatwing-sdk/src/ChatwingFloatUI/FloatUI.php
r1788674 r1942495 63 63 $tokenCustom = $this->customLoginFloatChatbox(); 64 64 $url = '<script src="'.$domain[$api->getEnv()]; 65 $url = $url.'/assets/float_ui/js/ dev/chatwing.js?chatbox_floating=true&chatbox_key='.$key;65 $url = $url.'/assets/float_ui/js/production/chatwing.js?chatbox_floating=true&chatbox_key='.$key; 66 66 $url = $url .'&access_token='.$tokenCustom; 67 67 $url = $url .'&plugin=wordpress'; -
chatwing-float-chatbox/trunk/chatwing-sdk/src/ChatwingFloatUI/FloatUI.php
r1788669 r1942495 63 63 $tokenCustom = $this->customLoginFloatChatbox(); 64 64 $url = '<script src="'.$domain[$api->getEnv()]; 65 $url = $url.'/assets/float_ui/js/ dev/chatwing.js?chatbox_floating=true&chatbox_key='.$key;65 $url = $url.'/assets/float_ui/js/production/chatwing.js?chatbox_floating=true&chatbox_key='.$key; 66 66 $url = $url .'&access_token='.$tokenCustom; 67 67 $url = $url .'&plugin=wordpress';
Note: See TracChangeset
for help on using the changeset viewer.