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

Commit 0825c0a7 authored by Ricardo Cervera's avatar Ricardo Cervera Committed by Android Git Automerger
Browse files

am 96762e59: am 134b62ed: am e1e0e05a: am 957f45c3: am 680092c5: Merge "docs:...

am 96762e59: am 134b62ed: am e1e0e05a: am 957f45c3: am 680092c5: Merge "docs: Provide direct link to Ubuntu troubleshooting." into klp-modular-docs

* commit '96762e59':
  docs: Provide direct link to Ubuntu troubleshooting.
parents a3d739d8 96762e59
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>