Untitled
Anonymous
plain_text
04/24/2023 3:00 PM
372 B
18
Indexable
function removeLogStack(){
if(typeof Insider !== 'undefined' && !Insider.__external.apiInited){
Insider.__external.apiInited= true;
setTimeout(function(){
Insider.storage.localStorage.remove('vairo-error-logstack')
},5000)
}
}
removeLogStack()Editor is loading...