diff --git a/doc/site/images/KERA-med-web.png b/doc/site/images/KERA-med-web.png deleted file mode 100644 index de004afc..00000000 Binary files a/doc/site/images/KERA-med-web.png and /dev/null differ diff --git a/doc/site/js/main.js b/doc/site/js/main.js index db3c1bcd..78595c6a 100644 --- a/doc/site/js/main.js +++ b/doc/site/js/main.js @@ -34,14 +34,19 @@ $(function() { }); }); - $("ul.menu-list li").click(function(e) { - if (e.target.tagName === "LI") { - console.log($(this).find("a")); - window.location = $(this).find("a").attr("href"); + $("ul.menu-list").mousedown(function(e) { + if (e.button === 1) { + e.preventDefault(); } - else if (e.target.tagName === "P" || e.target.tagName === "IMG") { - var anchor = $(e.target).siblings(); - window.location = anchor.attr("href"); + }); + + $("ul.menu-list li").click(function(e) { + if (e.target.tagName !== "A") { + var href = $(this).find("a").attr("href"); + if (e.button == 1) + window.open(href, "_blank"); + else + window.location = href; } }); diff --git a/index.html b/index.html index cd18d94f..7f381bf0 100644 --- a/index.html +++ b/index.html @@ -793,9 +793,8 @@ if (match) { Plunker
- Kera.io
+
Inkling Habitat
- Weecod
+
+ Code Combat
+ Repl.it
Stypi
- Repl.it
+
+ Weecod
+
- PHP Assist
+ PHP Assist
- Code Combat
-
+ JQM Designer
+
+ pracZone
+
Qooxdoo playground
+ Neutron IDE
+
- Neutron IDE
- +
- Your Site Here + Your Site Here