Skip to content

Commit

Permalink
external link bug fix pre-build
Browse files Browse the repository at this point in the history
  • Loading branch information
TheJaredWilcurt committed Oct 26, 2017
1 parent b7dc211 commit 158f71d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions _scripts/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -367,11 +367,13 @@ var app = new Vue({

app.prefillOutput();

/*
$('.navbar-brand img').on('contextmenu', function (evt) {
evt.preventDefault();
evt.stopPropagation();
nw.Window.get().showDevTools();
});
*/

if (process.platform === 'darwin') {
keyBindings();
Expand Down
3 changes: 1 addition & 2 deletions index.htm
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
<link rel="stylesheet" href="_style/style.css">
</head>

<!-- Change the class form dev to prod when you're ready to distribute your application. -->
<body><div id="app">

<nav class="navbar navbar-inverse navbar-fixed-top" role="navigation">
Expand Down Expand Up @@ -193,7 +192,7 @@ <h3 class="panel-title">About Koa11y</h3>
</span>.
</p>
<p class="text-center">
<a href="https://open-indy.github.io/Koa11y" class="external-link">Visit the Koa11y website.</a>
<a href="https://open-indy.github.io/Koa11y" @click="externalLink('https://open-indy.github.io/Koa11y')">Visit the Koa11y website.</a>
</p>
</div>
</div>
Expand Down

0 comments on commit 158f71d

Please sign in to comment.