Merge pull request #22578 from tengqm/fix-script-error

Remove customization of 'anchors'
This commit is contained in:
Kubernetes Prow Robot 2020-07-29 13:48:04 -07:00 committed by GitHub
commit 65498d7a84
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 11 deletions

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');