diff --git a/en/searchurl/bingAI/js/bing.js b/en/searchurl/bingAI/js/bing.js index 52b81f8..4acb69d 100644 --- a/en/searchurl/bingAI/js/bing.js +++ b/en/searchurl/bingAI/js/bing.js @@ -88,10 +88,6 @@ function reSetStartChatMessage(type) { if(r.ok) talk = r.obj; }); getChatHubWithMagic().then(async a => { - let t = 0; - if (a == 'repeat') { - t = await getLastChatInvocationId(); - } chat.innerHTML = `
@@ -103,11 +99,6 @@ function reSetStartChatMessage(type) {
`; - if(t>1){ - restartNewChat.classList.remove('onShow'); - }else{ - restartNewChat.classList.add('onShow'); - } }); }