[Rt-devel] [PATCH] Update ahah.js
Bram
rtdevel at lists.wizbit.be
Thu Dec 24 04:47:34 EST 2009
In the current version of ahah.js there is a problem when there are
multiple custom fields that have a value for 'Include page'.
Example:
CustomField1: IncludePage = http://foo/baz
CustomField2: IncludePage = http://bar/baz
What I'ven seen happening:
a)
CustomField1 displays 'See Also: http://foo/baz'
CustomField2 displays the page http://bar/baz
b)
CustomField1 displays the page http://bar/baz (instead of http://foo/baz)
CustomField2 displays the page http://bar/baz
The attach patch fixes this by making the req a local variable as seen
on http://www.xfront.com/microformats/examples/ahah/example01/ahah.js
Another note:
ahah.js contains the line:
// Fetched from http://www.opendarwin.org/~drernie/src/ahah.js - No
Copyright - Public Domain
=> http://www.opendarwin.org/~drernie/src/ahah.js' is gone (404)
Best regards,
Bram
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Make-req-a-local-variable-instead-of-a-global-one.patch
Type: application/aegis-patch
Size: 0 bytes
Desc: not available
Url : http://lists.bestpractical.com/pipermail/rt-devel/attachments/20091224/b0bc4ee8/attachment.bin
More information about the Rt-devel
mailing list