mirror of
https://github.com/torappinfo/uweb.git
synced 2024-08-14 23:54:59 +00:00
revert bing.js changes
This commit is contained in:
parent
594fcf767d
commit
a1f7adb7f0
1 changed files with 4 additions and 0 deletions
|
@ -88,6 +88,10 @@ function reSetStartChatMessage(type) {
|
||||||
if(r.ok) talk = r.obj;
|
if(r.ok) talk = r.obj;
|
||||||
});
|
});
|
||||||
getChatHubWithMagic().then(async a => {
|
getChatHubWithMagic().then(async a => {
|
||||||
|
let t = 0;
|
||||||
|
if (a == 'repeat') {
|
||||||
|
t = await getLastChatInvocationId();
|
||||||
|
}
|
||||||
chat.innerHTML = `
|
chat.innerHTML = `
|
||||||
<div class="bing">
|
<div class="bing">
|
||||||
<div class="adaptiveCardsFatherDIV">
|
<div class="adaptiveCardsFatherDIV">
|
||||||
|
|
Loading…
Reference in a new issue