Opened 16 years ago
Closed 16 years ago
#1959 closed defect (bug) (fixed)
No-ajax search should 'return' not 'return false' [Has-patch]
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | 1.2 | Priority: | minor |
| Severity: | Version: | ||
| Component: | Keywords: | ||
| Cc: |
Description
In global.js:
j('div.dir-search').click( function(event) {
if ( j(this).hasClass('no-ajax') )
return false;
Return false doesn't allow the search to function as normal even though it has the no-ajax class. I think just a simple return would be better.
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
The other no-ajax checks just do a simple return, so they work fine