From b67b40f3c2c9e2e341be4583beb6902dc9410b7e Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Sat, 10 Jun 2017 21:09:31 +0300 Subject: [PATCH] Fix notice --- doc/html/assert.html | 4 ++-- doc/index.adoc | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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 ) {