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 + + Zed
  • Inkling Habitat
  • -
  • - - Weecod +
  • + + Code Combat
  • -
  • +
  • - - ProcessWire + + Repl.it
  • Stypi
  • - - Repl.it + + Weecod +
  • +
  • + + ProcessWire
  • - PHP Assist + PHP Assist
  • @@ -937,7 +940,7 @@ if (match) {
  • S
    Slim Text @@ -1114,10 +1117,6 @@ if (match) { BakeMyCss
  • -
  • - - Code Combat -
  • Spark Core
  • +
  • + + ownCloud +
  • +
  • + + JQM Designer +
  • +
  • + + pracZone +
  • Sky Edit
  • @@ -1135,6 +1146,8 @@ if (match) { Play My Code
  • + Qooxdoo playground
  • @@ -1150,17 +1163,18 @@ if (match) { ShareJS
  • +
  • + + Neutron IDE +
  • Akshell
  • beanstalk
  • -
  • - - Neutron IDE -
  • +
  • tmpltr @@ -1176,7 +1190,7 @@ if (match) {
  • +

    - Your Site Here + Your Site Here