Fix notice

This commit is contained in:
Peter Dimov
2017-06-10 21:09:31 +03:00
parent c045fca0b2
commit b67b40f3c2
2 changed files with 3 additions and 3 deletions

View File

@@ -732,7 +732,7 @@ if( header )
header.style.position = 'fixed'; header.style.position = 'fixed';
header.style.zIndex = '100'; header.style.zIndex = '100';
var notice = document.getElementById( 'boost-common-heading-notice' ); var notice = document.getElementsByClassName( 'boost-common-header-notice' )[ 0 ];
if( notice ) if( notice )
{ {
@@ -754,7 +754,7 @@ if( header )
</div> </div>
<div id="footer"> <div id="footer">
<div id="footer-text"> <div id="footer-text">
Last updated 2017-06-10 18:24:56 GTBDT Last updated 2017-06-10 21:07:25 GTBDT
</div> </div>
</div> </div>
</body> </body>

View File

@@ -43,7 +43,7 @@ if( header )
header.style.position = 'fixed'; header.style.position = 'fixed';
header.style.zIndex = '100'; header.style.zIndex = '100';
var notice = document.getElementById( 'boost-common-heading-notice' ); var notice = document.getElementsByClassName( 'boost-common-header-notice' )[ 0 ];
if( notice ) if( notice )
{ {