From ba64873039b5ecd421aad55ff1523956416cdf52 Mon Sep 17 00:00:00 2001
From: anekos
Date: Tue, 3 Mar 2009 12:15:40 +0000
Subject: フルスクリーン時の挙動を修正
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@30729 d0d07461-0603-4401-acd4-de1884942a52
---
maine_coon.js | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
(limited to 'maine_coon.js')
diff --git a/maine_coon.js b/maine_coon.js
index 3fcd24d..26505d0 100644
--- a/maine_coon.js
+++ b/maine_coon.js
@@ -38,7 +38,7 @@ let PLUGIN_INFO =
メインクーン
Make the screen larger
なるべくでかい画面で使えるように
- 2.2.0
+ 2.2.1
anekos
2.0pre
2.0pre
@@ -214,8 +214,8 @@ let tagetIDs = (liberator.globalVariables.maine_coon_targets || '').split(/\s+/)
window.fullScreen = full;
delay(function () {
hideTargets(full);
- if (!options.get('mainecoon').has('l'))
- document.getElementById('status-bar').setAttribute('moz-collapsed', false);
+ document.getElementById('status-bar').setAttribute('moz-collapsed',
+ options.get('mainecoon').has('l'));
document.getElementById('navigator-toolbox').collapsed = full;
if (!full)
window.maximize();
--
cgit v1.2.3