Merge remote-tracking branch 'upstream/master' into dev-1.19

This commit is contained in:
Savitha Raghunathan
2020-08-03 16:09:39 -04:00
170 changed files with 10327 additions and 3906 deletions
-11
View File
@@ -1,11 +1,3 @@
function addAnchorTags() {
anchors.options = {
visible: 'touch'
}
anchors.add('#docsContent h2, #docsContent h3, #docsContent h4, #docsContent h5, #docsContent h6');
}
//modal close button
(function(){
//π.modalCloseButton = function(closingFunction){
@@ -517,9 +509,6 @@ var pushmenu = (function(){
})();
$(function() {
addAnchorTags();
// If vendor strip doesn't exist add className
if ( !$('#vendorStrip').length > 0 ) {
$('.header-hero').addClass('bot-bar');