Browse Source

docs: fix /components `updateContent`.

pull/671/head
XhmikosR 10 years ago
parent
commit
b9903fc746
  1. 2
      docs/assets/js/docs.js
  2. 2
      docs/assets/js/docs.min.js

2
docs/assets/js/docs.js

@ -162,7 +162,7 @@ $(function() {
device.attr('id', ''); device.attr('id', '');
} }
if (!contentSectionItem.hasClass('informational')) { if (!contentSectionItem.hasClass('informational')) {
updateContent(contentSectionItem.find('.highlight .html').text()); updateContent(contentSectionItem.find('.highlight .language-html').text());
} }
break; break;
} }

2
docs/assets/js/docs.min.js vendored

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save