forked from boostorg/assert
Fix notice
This commit is contained in:
@@ -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 )
|
||||
</div>
|
||||
<div id="footer">
|
||||
<div id="footer-text">
|
||||
Last updated 2017-06-10 18:24:56 GTBDT
|
||||
Last updated 2017-06-10 21:07:25 GTBDT
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
@@ -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 )
|
||||
{
|
||||
|
Reference in New Issue
Block a user