debug: add try-catch wrapper with alerts
This commit is contained in:
parent
cbff97db9b
commit
d2495bf929
@ -249,6 +249,8 @@ tr:hover{background:#FAFBFC}
|
||||
<p style="font-size:11px;color:#64748B;margin-top:8px">На корпоративную почту придёт уведомление о регистрации и напоминания о необходимости представления отчёта</p>
|
||||
</div></div></div>
|
||||
<script>
|
||||
try{
|
||||
alert("JS OK");
|
||||
var ALL_EVENTS=[
|
||||
{
|
||||
"id": 1,
|
||||
@ -1981,6 +1983,7 @@ function dlAnalyticsWord(){
|
||||
var blob=new Blob([h],{type:"application/msword"});var a=document.createElement("a");a.href=URL.createObjectURL(blob);a.download="analytics.doc";a.click()
|
||||
}
|
||||
|
||||
</script></script></script></script></script></script></script></script></script>
|
||||
|
||||
}catch(e){alert("JS ERROR: "+e.message)}</script></script></script></script></script></script></script></script></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user