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

Commit 957f45c3 authored by Ricardo Cervera's avatar Ricardo Cervera Committed by Android Git Automerger
Browse files

am 680092c5: Merge "docs: Provide direct link to Ubuntu troubleshooting." into klp-modular-docs

* commit '680092c5':
  docs: Provide direct link to Ubuntu troubleshooting.
parents b15cd529 680092c5
Loading
Loading
Loading
Loading
+6 −3
Original line number Diff line number Diff line
@@ -416,6 +416,9 @@ function getUrlParam(param) {
  }
}



/* direct link to ubuntu troubleshooting */
if ( document.location.href.indexOf('#ubuntu-trouble') > -1 ) {
  $(".linux.docs").show();
  toggleExpandable(this,'#ubuntu-trouble');
}
</script>