US.o script author helper

By Mindeye Last update Jun 27, 2010 — Installed 591 times.

New Layout Code Revision

in
Subscribe to New Layout Code Revision 3 posts, 2 voices



Ronald Troyer Scriptwright
With the new layout the fields it looked at kind of got screwed up. (It was looking at time for installs etc.)



simple fix: on line 201 add a "-1"
var scriptPropCell = scriptRow.cells[columnsHash[propName]-1];
and on line 228 add a "-1"
var propCell = scriptRow.cells[columnsHash[propName]-1];
 
Mindeye Script's Author

I'm sorry, but I can't understand you: the script works right and find the appropriate cell with the code as it is now. Actually, with those changes the script will fail!

 
Ronald Troyer Scriptwright

Huh. I think it was possibly a temporary fix to an issue that then corrected itself with the next revision. I don't know. Oh well. Great script. Works great.

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