| Index: chrome/common/extensions/docs/templates/private/footer.html
|
| diff --git a/chrome/common/extensions/docs/templates/private/footer.html b/chrome/common/extensions/docs/templates/private/footer.html
|
| index 11783bc217c9aff93e09bd863ebc729f656141d9..2d027932a13336ac396f38969ed462894a7b2b45 100644
|
| --- a/chrome/common/extensions/docs/templates/private/footer.html
|
| +++ b/chrome/common/extensions/docs/templates/private/footer.html
|
| @@ -15,6 +15,7 @@
|
| <script src="{{static}}/js/prettify.js" type="text/javascript"></script>
|
| <script src="{{static}}/js/scroll.js" type="text/javascript"></script>
|
| <script src="{{static}}/js/sidebar.js" type="text/javascript"></script>
|
| + <script src="{{static}}/js/tabs.js" type="text/javascript"></script>
|
| <script>
|
| (function() {
|
| // Auto syntax highlight all pre tags.
|
|
|