diff options
| author | anekos | 2013-12-19 19:44:13 +0900 | 
|---|---|---|
| committer | anekos | 2013-12-19 19:44:13 +0900 | 
| commit | bcac3af416bc43935e18a30ffa983ca173101c6b (patch) | |
| tree | f55e5403a06fa322e534f875cded48d869446e45 | |
| parent | 4b5f8e265d7e3f97e70abbe94e505e29b322035b (diff) | |
| download | vimperator-plugins-bcac3af416bc43935e18a30ffa983ca173101c6b.tar.bz2 | |
Fix
| -rw-r--r-- | umihara.js | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -156,7 +156,7 @@ let PLUGIN_INFO = xml`        if (req.readyState == 4 && req.status == 200) {          let html = req.responseText;          let doc = plugins.libly.$U.createHTMLDocument(html); -        let a = doc.querySelector('tbody.yjM > tr > td > a[href^="http://rdsig.yahoo.co.jp"]'); +        let a = doc.querySelector('tbody > tr > td > a[href^="http://rdsig.yahoo.co.jp"]');          if (a) {            let tr = a.parentNode.parentNode;            liberator.__tr = tr; | 
