Skip to content

Commit

Permalink
fix banner text but also hide it for now
Browse files Browse the repository at this point in the history
  • Loading branch information
szabgab committed Jul 8, 2021
1 parent 2d75e75 commit 45b856b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions static/slides.js
Original file line number Diff line number Diff line change
Expand Up @@ -231,9 +231,9 @@
// return;
//}

var msg = 'You are are reading one of the thousands of slides on the <a href="/">Code-Maven</a> site. Check out <a href="/slides/">all the slides</a>.';
top.innerHTML = msg;
top.setAttribute('style', 'background-color: #42e8f4;');
var msg = 'You are reading one of the thousands of slides on the <a href="/">Code-Maven</a> site. Check out <a href="/slides/">all the slides</a>.';
//top.innerHTML = msg;
//top.setAttribute('style', 'background-color: #42e8f4;');
//background-color: orange'
}
}
Expand Down

0 comments on commit 45b856b

Please sign in to comment.