Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit 6f804c6

Browse files
committed
reverting changes to swyftype 2.0 library, fixes breaking change
1 parent 492c01d commit 6f804c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

public/_includes/_scripts-include.jade

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@ if current.path[0] == "docs"
5656
(function(w,d,t,u,n,s,e){w['SwiftypeObject']=n;w[n]=w[n]||function(){
5757
(w[n].q=w[n].q||[]).push(arguments);};s=d.createElement(t);
5858
e=d.getElementsByTagName(t)[0];s.async=1;s.src=u;e.parentNode.insertBefore(s,e);
59-
})(window,document,'script','//s.swiftypecdn.com/install/v2/st.js','_st');
59+
})(window,document,'script','//s.swiftypecdn.com/install/v1/st.js','_st');
6060

61-
_st('install','VsuU7kH5Hnnj9tfyNvfK','2.0.0');
61+
_st('install','VsuU7kH5Hnnj9tfyNvfK');
6262

6363
<!-- Google Feedback -->
6464
script(src="//www.gstatic.com/feedback/api.js" type="text/javascript")

0 commit comments

Comments
 (0)