aboutsummaryrefslogtreecommitdiffstats
path: root/clock.js
diff options
context:
space:
mode:
authoranekos2012-07-16 20:20:05 +0900
committeranekos2012-07-16 20:20:05 +0900
commitae9075aee9953f42364f9bc2d2eea1fb818530fd (patch)
tree6eef56720b7ca3986f790f682ae6e394c5fd3c05 /clock.js
parent9fb3c083991053eda1f55f528a1f3f502205b4ec (diff)
downloadvimperator-plugins-ae9075aee9953f42364f9bc2d2eea1fb818530fd.tar.bz2
Follow current version vimperator (3.4).
Thanks! http://d.hatena.ne.jp/threeMonths/20120716/1342410078
Diffstat (limited to 'clock.js')
-rw-r--r--clock.js9
1 files changed, 3 insertions, 6 deletions
diff --git a/clock.js b/clock.js
index 2897a01..f1dd328 100644
--- a/clock.js
+++ b/clock.js
@@ -5,9 +5,8 @@ let PLUGIN_INFO =
<description lang="ja">とけい</description>
<author mail="janus_wel@fb3.so-net.ne.jp" homepage="http://d.hatena.ne.jp/janus_wel">janus_wel</author>
<license document="http://www.opensource.org/licenses/bsd-license.php">New BSD License</license>
-<version>0.15.2</version>
-<minVersion>2.0pre</minVersion>
-<maxVersion>2.2pre</maxVersion>
+<version>0.15.3</version>
+<minVersion>3.0</minVersion>
<updateURL>https://github.com/vimpr/vimperator-plugins/raw/master/clock.js</updateURL>
<detail><![CDATA[
== USAGE ==
@@ -337,9 +336,7 @@ function year() {
// node control
function getCommandlineStack() {
- let messageTextarea = window.document.getElementById('liberator-message');
- let commandlineStack = messageTextarea.parentNode;
- return commandlineStack.localName === 'stack' ? commandlineStack : null;
+ return window.document.getElementById('liberator-bottombar');
}
} )();