Skip to content

Commit 2f1380f

Browse files
committed
fix(webclient): Remove license warning (#235)
1 parent ece3328 commit 2f1380f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

resources/web2/js/dist/index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12390,7 +12390,8 @@ async function Lr() {
1239012390
}
1239112391

1239212392
function pa() {
12393-
return cr.indexOf(new TextDecoder().decode(be("cnVzdGRlc2suY29t"))) < 0
12393+
// return cr.indexOf(new TextDecoder().decode(be("cnVzdGRlc2suY29t"))) < 0
12394+
return false
1239412395
}
1239512396

1239612397
function Ba(u) {

0 commit comments

Comments
 (0)