From 6a16f9db4e25f935729dfc6eb8116f0d7351963e Mon Sep 17 00:00:00 2001
From: anekos
Date: Sat, 29 Aug 2009 05:45:24 +0000
Subject: 初期状態で時間表示パネルが隠れていなかったのを修正
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@35122 d0d07461-0603-4401-acd4-de1884942a52
---
stella.js | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/stella.js b/stella.js
index 5bcb9a3..18cd8a2 100644
--- a/stella.js
+++ b/stella.js
@@ -39,7 +39,7 @@ let PLUGIN_INFO =
すてら
For Niconico/YouTube, Add control commands and information display(on status line).
ニコニコ動画/YouTube 用。操作コマンドと情報表示(ステータスライン上に)追加します。
- 0.20.7
+ 0.20.8
anekos
new BSD License (Please read the source code comments of this plugin)
修正BSDライセンス (ソースコードのコメントを参照してください)
@@ -64,7 +64,7 @@ let PLUGIN_INFO =
seek to specified position.
TIMECODE formats
- :stseek 1:30 # 1分30秒
- - :stseek 1.5 # 1.5分。90秒
+ label.style.marginRight = (r || 0) + 'px';
- :stseek 90 # 90秒
:stse[ek]! :
seek to the specified position from current position at relatively.
@@ -1327,6 +1327,7 @@ Thanks:
this.createStatusPanel();
this.onLocationChange();
+ this.hidden = true;
this.__onResize = window.addEventListener('resize', U.bindr(this, this.onResize), false);
this.progressListener = new WebProgressListener({onLocationChange: U.bindr(this, this.onLocationChange)});
--
cgit v1.2.3