diff --git a/doc/html/assert.html b/doc/html/assert.html index c1ecd19..36bba95 100644 --- a/doc/html/assert.html +++ b/doc/html/assert.html @@ -732,7 +732,7 @@ if( header ) header.style.position = 'fixed'; header.style.zIndex = '100'; - var notice = document.getElementById( 'boost-common-heading-notice' ); + var notice = document.getElementsByClassName( 'boost-common-header-notice' )[ 0 ]; if( notice ) { @@ -754,7 +754,7 @@ if( header ) diff --git a/doc/index.adoc b/doc/index.adoc index f950e87..80673cb 100644 --- a/doc/index.adoc +++ b/doc/index.adoc @@ -43,7 +43,7 @@ if( header ) header.style.position = 'fixed'; header.style.zIndex = '100'; - var notice = document.getElementById( 'boost-common-heading-notice' ); + var notice = document.getElementsByClassName( 'boost-common-header-notice' )[ 0 ]; if( notice ) {