aboutsummaryrefslogtreecommitdiffstats
path: root/umihara.js
diff options
context:
space:
mode:
authoranekos2012-08-16 20:50:06 +0900
committeranekos2012-08-16 20:50:06 +0900
commitf26331eaed724e6983f02a9f1d94b1b3eeaac7d9 (patch)
tree5dcf4eb6a31eda37a2e658205cfa8a6add584628 /umihara.js
parentd764299ad6c50731affd8f67cf54fe864fef48f1 (diff)
downloadvimperator-plugins-f26331eaed724e6983f02a9f1d94b1b3eeaac7d9.tar.bz2
Nyaaaps
Diffstat (limited to 'umihara.js')
-rw-r--r--umihara.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/umihara.js b/umihara.js
index 677e8fe..561cf34 100644
--- a/umihara.js
+++ b/umihara.js
@@ -162,7 +162,7 @@ let PLUGIN_INFO =
let tr = a.parentNode.parentNode;
liberator.__tr = tr;
let toValue = tr.querySelectorAll('td')[3].textContent;
- let rateTime = tr.querySelectorAll('td')[2].textContent.match(/([\d,]+\.[\d,]+).*(\d+:\d+)/);
+ let rateTime = tr.querySelectorAll('td')[2].textContent.match(/([\d,]+\.[\d,]+)[^\d]*(\d+:\d+)/);
let rate = rateTime[1];
let time = rateTime[2];
let text = from + ' -> ' + to +