vampireWars

By blannie Last update Dec 1, 2009 — Installed 67,417 times.

Mission error -- dojob no longer working

in
Subscribe to Mission error -- dojob no longer working 6 posts, 5 voices



carlsbad User
FirefoxWindows

Auto job completion no longer working, maybe it's the same page capture problem we had 3 months ago..... any ideas?

Sorry to see you leave Blannie....

 
Mozbrad User
FirefoxWindows

Here's the fix.
Change:

var jobs = document.evaluate("//tr[@class='darkRow'] | //tr[@class='lightRow']", document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);

to:

var jobs = document.evaluate("//tr[@class='darkRow'] | //tr[@class='lightRow'] | //tr[@class=''] | //tr[@class='aJob']", document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);

 
MightyDoc Scriptwright
ChromeWindows

Working - Cheers!

 
Dr. EM User
ChromeWindows

Thank you worked for me.

Is this change checked into the repository?

 
Fasha User
FirefoxWindows

The change did not work for me either, ??
\

 
carlsbad User
FirefoxWindows

Thank you that did the trick ...!

Cross
Presentational HTML allowed.
Use <code> for inline code and <pre> for code blocks. Use &lt; and &gt; for literal < and >.
We help break paragraphs and link your links.
or cancel