From 158f71d3ec68fcc4d14dd92b101106aaca7413b0 Mon Sep 17 00:00:00 2001 From: The Jared Wilcurt Date: Wed, 25 Oct 2017 23:23:37 -0400 Subject: [PATCH] external link bug fix pre-build --- _scripts/app.js | 2 ++ index.htm | 3 +-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/_scripts/app.js b/_scripts/app.js index 4d28774..b6c9963 100644 --- a/_scripts/app.js +++ b/_scripts/app.js @@ -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(); diff --git a/index.htm b/index.htm index 5c3198f..705c863 100644 --- a/index.htm +++ b/index.htm @@ -9,7 +9,6 @@ -