diff --git a/index.html b/index.html
index 9222ecd4..caca2f19 100644
--- a/index.html
+++ b/index.html
@@ -50,7 +50,7 @@
- Material Design for Bootstrap
- Getting Started
- - Bootstrap elements
+
- Bootstrap elements open_in_new
- Checkbox
- Radio Button
@@ -880,7 +880,7 @@
@@ -1009,7 +1009,7 @@
return lines;
}
- $("#opensource").click(function () {
+ $(".opensource").click(function () {
$.get(window.location.href, function (data) {
var html = $(data).find(window.page).html();
html = cleanSource(html);