diff options
-rw-r--r-- | clock.js | 9 |
1 files changed, 3 insertions, 6 deletions
@@ -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');
}
} )();
|