Quote:
Originally Posted by nevetS
It appears that this misses a few instances - inlinemod.js, vbulletin_ajax_namesugg.js, vbulletin_multi_quote.js, and vbulletin_thrdpostlist.js.
I simply changed "for (i in var)" to "for (i=0; i< var.length;i++)
I'll report back if it doesn't work momentarily.
Edit... This seems to be the fix for vbulletin_inline_mod.js - I haven't tested the others quite yet.
|
did you test the other ones?