Changeset 9201
- Timestamp:
- 11/28/2014 06:54:34 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/src/bp-templates/bp-legacy/js/buddypress.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-legacy/js/buddypress.js
r9161 r9201 941 941 // Search terms 942 942 if ( jq('div.dir-search input').length ) { 943 search_terms = jq('.dir-search input').prop('placeholder') ? jq('.dir-search input').prop('placeholder') : jq('.dir-search input').val(); 943 search_terms = jq('.dir-search input').val(); 944 945 if ( ! search_terms && bp_get_querystring('s') ) { 946 search_terms = jq('.dir-search input').prop('placeholder'); 947 } 944 948 } 945 949
Note: See TracChangeset
for help on using the changeset viewer.