From 332653284d9d5e1f2977f002900362d9b4389628 Mon Sep 17 00:00:00 2001 From: gorhill Date: Mon, 16 Mar 2015 09:32:29 -0400 Subject: [PATCH] minor changes --- src/js/popup.js | 2 +- src/popup.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/js/popup.js b/src/js/popup.js index bae25ca88..b2eac40ec 100644 --- a/src/js/popup.js +++ b/src/js/popup.js @@ -36,7 +36,7 @@ // I do not want the left pane -- optional and hidden by defaut -- to // dictate the height of the popup. The right pane dictates the height // of the popup, and the left pane will have a scrollbar if ever its - // height is larger than what is available. + // height is more than what is available. doc.querySelector('#panes > div:nth-of-type(2)').style.setProperty( 'height', doc.querySelector('#panes > div:nth-of-type(1)').offsetHeight + 'px' diff --git a/src/popup.html b/src/popup.html index 587a9dc60..4ca2546df 100644 --- a/src/popup.html +++ b/src/popup.html @@ -10,7 +10,7 @@ - +