diff options
author | hogelog | 2009-07-21 05:30:58 +0000 |
---|---|---|
committer | hogelog | 2009-07-21 05:30:58 +0000 |
commit | c8df031d6eee07ae5948bccb66a487bdcafa98ff (patch) | |
tree | 5768878b892146266b442d9263cfd152bd024c96 | |
parent | 931ffcedeb0fa02a50b550bbbefbbf98a4ebd21d (diff) | |
download | vimperator-plugins-c8df031d6eee07ae5948bccb66a487bdcafa98ff.tar.bz2 |
* fix sample local siteinfo
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@34518 d0d07461-0603-4401-acd4-de1884942a52
-rw-r--r-- | nextlink.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nextlink.js b/nextlink.js index 0509303..97c066a 100644 --- a/nextlink.js +++ b/nextlink.js @@ -52,8 +52,8 @@ n: [ { "url": "^http://[^.]+\\.google\\.(?:[^.]+\\.)?[^./]+/search\\b", - "nextLink": 'id("navbar")//td[last()]/a', - "pageElement": 'id("res")/div', + "nextLink": "id('navbar')//td[last()]/a", + "pageElement": "id('res')/div", "exampleUrl": "http://www.google.com/search?q=nsIObserver", }, ] |