Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Verified Commit 38e1116a authored by Nivesh Krishna's avatar Nivesh Krishna
Browse files

fix syntax

parent caf8f819
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -91,7 +91,7 @@ $(document).ready(function(){
    if (typeof InstallTrigger !== 'undefined') {
    if (typeof InstallTrigger !== 'undefined') {
      return 'firefox';
      return 'firefox';
    }
    }
    else if (!(/*@cc_on!@*/false || !!document["documentMode"]) && !!window["StyleMedia"]) {
    else if (!(/*@cc_on!@*/false || !!document.documentMode && !!window.StyleMedia)) {
      return 'edge';
      return 'edge';
    }
    }
    else if(window.chrome !== 'undefined') {
    else if(window.chrome !== 'undefined') {
+0 −0

File changed.

Preview suppressed by a .gitattributes entry or the file's encoding is unsupported.