Skip to content

Commit

Permalink
fix https errors on ace.c9.io
Browse files Browse the repository at this point in the history
  • Loading branch information
nightwing committed Feb 17, 2018
1 parent f9055b5 commit 6327bd4
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 96 deletions.
Binary file removed doc/site/images/weecod-logo.png
Binary file not shown.
2 changes: 1 addition & 1 deletion doc/site/js/main.js
Expand Up @@ -50,7 +50,7 @@ $(function() {
}
});

$("ul.menu-list li").click("click auxclick", function(e) {
$("ul.menu-list li").on("click auxclick", function(e) {
if (e.target.tagName !== "A") {
var href = $(this).find("a").attr("href");
if (e.originalEvent.button == 1)
Expand Down

0 comments on commit 6327bd4

Please sign in to comment.