Skip to content

Instantly share code, notes, and snippets.

@Sarapulov
Created May 8, 2015 12:38
Show Gist options
  • Save Sarapulov/4d3d21708baa635b4abf to your computer and use it in GitHub Desktop.
Save Sarapulov/4d3d21708baa635b4abf to your computer and use it in GitHub Desktop.
SUBMIT A REQUEST FOR ZERO RESULTS
/*
ONE OF THESE SHOULD WORK
*/
// SUBMIT A REQUEST FOR ZERO RESULTS
if( (window.location.pathname.match("/search")) ) {
if ( $('.search-results-list').length === 0 ) { $('.search-results-column p').replaceWith( "Please now <a href='https://" + HelpCenter.account.subdomain + ".zendesk.com/" + HelpCenter.user.locale + "/requests/new'>Submit a Request</a>" ) }
}
// SUBMIT A REQUEST FOR ZERO RESULTS
if( (window.location.pathname.match("/search")) ) {
if ( $('.search-results-list').length === 0 ) { $('.search-results-column p').replaceWith( "Please now <a href='/hc/" + HelpCenter.user.locale + "/requests/new'>Submit a Request</a>" ) }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment