aboutsummaryrefslogtreecommitdiffstats
path: root/auto-focus-frame.js
diff options
context:
space:
mode:
Diffstat (limited to 'auto-focus-frame.js')
-rw-r--r--auto-focus-frame.js6
1 files changed, 1 insertions, 5 deletions
diff --git a/auto-focus-frame.js b/auto-focus-frame.js
index aa747a9..9c1e60a 100644
--- a/auto-focus-frame.js
+++ b/auto-focus-frame.js
@@ -38,7 +38,7 @@ let PLUGIN_INFO =
<name>Auto focus frame</name>
<description>Automatically focus to largest frame.</description>
<description lang="ja">最も大きなフレームに自動的にフォーカスする。</description>
- <version>1.0.8</version>
+ <version>1.0.9</version>
<author mail="anekos@snca.net" homepage="http://d.hatena.ne.jp/nokturnalmortum/">anekos</author>
<license>new BSD License (Please read the source code comments of this plugin)</license>
<license lang="ja">修正BSDライセンス (ソースコードのコメントを参照してください)</license>
@@ -60,13 +60,9 @@ let PLUGIN_INFO =
(function () {
function onLoad () {
- liberator.log('auto-focus-frame.js - onLoad');
-
if (!(window.content.document instanceof HTMLDocument) || (content.frames.length <= 1))
return;
- liberator.log('auto-focus-frame.js - onLoad');
-
let targetFrames = [
frame
for (frame in util.Array.itervalues(content.frames))