We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbbb83f commit 99349faCopy full SHA for 99349fa
_javascript/curriculum.js
@@ -21,7 +21,7 @@ $(function(){
21
url: "https://api.github.com/users/"+username,
22
success: function(data, textStatus, jqXHR){
23
$("#teacher-name").html(data.name);
24
-
+
25
$("<span/>",
26
{
27
text: data.login
@@ -130,7 +130,7 @@ $(function(){
130
even = $("hr:even");
131
132
even.each(function(index){
133
- $(this).nextUntil("hr").wrapAll("<div class='slide'><div class='alignment'></div>");
+ $(this).nextUntil("hr").wrapAll("<div class='slide'><div class='alignment'></div></div>");
134
});
135
136
$(".slide").css("height", h + "px");
0 commit comments