Skip to content

Instantly share code, notes, and snippets.

@moderatorwes
Created December 18, 2014 17:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save moderatorwes/9280bfb5052e9683fef1 to your computer and use it in GitHub Desktop.
Save moderatorwes/9280bfb5052e9683fef1 to your computer and use it in GitHub Desktop.
Zendesk: Section Tree with Article
// Removing the article dropdown
$('.article-list a[aria-selected]').removeAttr('aria-selected').removeAttr('data-asynchtml-ressource')
});
@deksominol
Copy link

$('.article-list a[aria-selected]')
        .removeAttr('aria-selected')
        .removeAttr('data-asynchtml-resource');

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment