commit 1b8063138301abf86c961c35417cd0bfb48b79e5 Author: hiromipaw hiro@torproject.org Date: Thu Sep 7 15:56:35 2017 +0200
Fix torbutton missing jquery error --- docs/torbutton/en/index.wml | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/docs/torbutton/en/index.wml b/docs/torbutton/en/index.wml index c8fe7a44..18f5157e 100644 --- a/docs/torbutton/en/index.wml +++ b/docs/torbutton/en/index.wml @@ -14,6 +14,8 @@ <link rel="search" type="application/opensearchdescription+xml" title="Google Canada" href="search/google-ca.xml"/> <link rel="search" type="application/opensearchdescription+xml" title="Google UK" href="search/google-uk.xml"/> <link rel="search" type="application/opensearchdescription+xml" title="Google USA" href="search/google-us.xml"/> + <script type="text/javascript" src="$(DOCROOT)/js/jquery.min.js" charset="utf-8"></script> + <script type="text/javascript" src="$(DOCROOT)/js/jquery.infieldlabel.min.js" charset="utf-8"></script> <script type="text/javascript" src="$(DOCROOT)/js/functions.min.js" charset="utf-8"></script>
<h2>Torbutton</h2>
tor-commits@lists.torproject.org