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

Commit 134b62ed authored by Ricardo Cervera's avatar Ricardo Cervera Committed by Android Git Automerger
Browse files

am e1e0e05a: am 957f45c3: am 680092c5: Merge "docs: Provide direct link to...

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

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