diff --git a/index.html b/index.html
index f0ee999..33151f2 100644
--- a/index.html
+++ b/index.html
@@ -5,75 +5,458 @@
Librarie.js sample page
-
-
-
+
+
+
+
+
+
+
+
+
+
+
-
+
+ document.dispatchEvent(kbEvent);
+ }
+ //This function will show the overlay over the Library when the Preferences/PackageManagerSearch are opened otherwiser is not visible
+ function fullOverlayVisible(enableOverlay) {
+ if (enableOverlay)
+ document.getElementById("overlay").style.display = "block";
+ else
+ document.getElementById("overlay").style.display = "none";
+ }
+
-