Skip to content

Commit

Permalink
Slides
Browse files Browse the repository at this point in the history
  • Loading branch information
coillarach committed Oct 12, 2024
1 parent 933ea3c commit cbe0b48
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions _includes/custom.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ window.onload = function() {

var elements = document.getElementsByClassName('slide');
for(var i = 0; i < elements.length; i++) {
alert(elements[i].tagName);
var el = elements[i];
el.onclick = function() {
var content = document.querySelector('#' + this.id + ' + blockquote');
Expand Down

0 comments on commit cbe0b48

Please sign in to comment.