[tor-commits] [webwml/staging] Fix torbutton missing jquery error

hiro at torproject.org hiro at torproject.org
Thu Sep 7 13:57:10 UTC 2017


commit 1b8063138301abf86c961c35417cd0bfb48b79e5
Author: hiromipaw <hiro at 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>





More information about the tor-commits mailing list