Skip to content

Commit 93cfcc2

Browse files
committed
fixes
1 parent 711842e commit 93cfcc2

File tree

5 files changed

+5
-11
lines changed

5 files changed

+5
-11
lines changed

assets/js/atcb.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,9 @@ const isBrowser = new Function("try { return this===window; }catch(e){ return fa
1616
if (isBrowser()) {
1717
const isiOS = new Function("if ((/iPad|iPhone|iPod/.test(navigator.userAgent) && !window.MSStream) || (navigator.platform === 'MacIntel' && navigator.maxTouchPoints > 1)){ return true; }else{ return false; }");
1818
} else {
19-
const isiOS = false;
19+
const isiOS = new Function("return false;");
2020
}
2121

22-
console.log(isiOS());
23-
2422
// INITIALIZE THE SCRIPT AND FUNCTIONALITY
2523
function atcb_init() {
2624
// let's get started

assets/js/atcb.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/js/atcb.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

npm_dist/cjs/index.js

Lines changed: 1 addition & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

npm_dist/mjs/index.js

Lines changed: 1 addition & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)