From a11c0be0bfd73c0a78f2a1ae38c3a55fda883ce9 Mon Sep 17 00:00:00 2001 From: anekos Date: Sat, 30 Apr 2011 23:09:37 +0900 Subject: Add the workaround for http://code.google.com/p/vimperator-labs/issues/detail?id=536 --- maine_coon.js | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'maine_coon.js') diff --git a/maine_coon.js b/maine_coon.js index f7ee430..0d8a6c2 100644 --- a/maine_coon.js +++ b/maine_coon.js @@ -38,7 +38,7 @@ let PLUGIN_INFO = メインクーン Make the screen larger なるべくでかい画面で使えるように - 2.6.2 + 2.6.3 anekos 3.0 https://github.com/vimpr/vimperator-plugins/raw/master/maine_coon.js @@ -167,6 +167,7 @@ let elemStyle = let mainWindow = document.getElementById('main-window'); let messageBox = document.getElementById('liberator-message'); let bottomBar = document.getElementById('liberator-bottombar'); + let commandlineBox = document.getElementById('liberator-commandline-command'); function s2b (s, d) !!((!/^(\d+|false)$/i.test(s)|parseInt(s)|!!d*2)&1<