Posted by FuzzyJared on September 6, 2011 at 3:41pm
1 follower
| Project: | jQuery Update |
| Version: | 6.x-2.0-alpha1 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
The FAQ modules order page "faq/order" uses a table sort jquery mechanism that is not compatible with jquery 1.4.x. As a result you are not able to sort the faq nodes appropriately. I was able to work around this by adding 'faq\/order into the preg_match search in the jquery_update.module file.
$jquery_file = preg_match('/(admin|edit|add|batch|faq\/order)/', request_uri()) ?