Skip to content

Commit

Permalink
Update teller.js
Browse files Browse the repository at this point in the history
  • Loading branch information
dfralan authored Jul 22, 2023
1 parent 1037f4e commit 425e687
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions teller.js
Original file line number Diff line number Diff line change
Expand Up @@ -1575,8 +1575,8 @@ function kiujdgrsghsss(){

//Detect browser section /////Must go out
function detectBrowser(){
isIE = /*@cc_on!@*/false || !!document.documentMode;
isEdge = !isIE && !!window.StyleMedia;
var isIE = /*@cc_on!@*/false || !!document.documentMode;
var isEdge = !isIE && !!window.StyleMedia;
if(navigator.userAgent.indexOf("Chrome") != -1 && !isEdge){return 'chrome';}
else if(navigator.userAgent.indexOf("Safari") != -1 && !isEdge){return 'safari';}
else if(navigator.userAgent.indexOf("Firefox") != -1 ) {return 'firefox';}
Expand Down

0 comments on commit 425e687

Please sign in to comment.