mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-03-11 22:00:21 -04:00
website: try to fix flashing of tagline
This commit is contained in:
@@ -64,6 +64,7 @@ Engine = Base.extend({
|
||||
|
||||
startEngine: function(){
|
||||
var parent = this.canvas.parentNode;
|
||||
document.getElementById('tag-line').style.display = 'inline-block';
|
||||
|
||||
this.background.className += ' show';
|
||||
this.canvas.style.opacity = 1;
|
||||
|
||||
@@ -68,7 +68,7 @@ var Init = {
|
||||
'page-home': function(){
|
||||
if (isIE) {
|
||||
document.getElementById('jumbotron').className += ' static';
|
||||
document.getElementById('tag-line').style.visibility = 'visible';
|
||||
document.getElementById('tag-line').style.display = 'inline-block';
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user