Reveal snipurl

By Brajesh Sachan Last update May 13, 2006 — Installed 524 times.

Archived Comments (locked)

in
Subscribe to Archived Comments 2 posts, 2 voices



Jesse Andrews Admin

The following is an archive of comments made before threaded discussions was implemented (November 16th, 2008)

 
Edo78 Scriptwright

I have changed

onload: function(details) {
match=match_snipredirect(details.responseText);
if (match) {
link.title = match[1];
}
}

with

onload: function(details) {
link.title=details.responseText;
}

to make it work ...

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