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

Commit 680092c5 authored by Ricardo Cervera's avatar Ricardo Cervera Committed by Android (Google) Code Review
Browse files

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

parents c074c3a4 4ffffb8e
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>