Created
May 8, 2015 12:38
-
-
Save Sarapulov/4d3d21708baa635b4abf to your computer and use it in GitHub Desktop.
SUBMIT A REQUEST FOR ZERO RESULTS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
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