Skip to content

Instantly share code, notes, and snippets.

@skipjac
Created March 29, 2011 17:07
Show Gist options
  • Select an option

  • Save skipjac/892771 to your computer and use it in GitHub Desktop.

Select an option

Save skipjac/892771 to your computer and use it in GitHub Desktop.
Add a Zendesk Dropbox to a Zendesk portal NavBar
Event.observe(window, 'load', function() {
$j('#top-menu .tab_forums').after($j('<li class="main clazz tab_idea"><a href="http://www.techassistant.net/categories/73-a-bunch-of-ideas" class="tab">Ideas</a></li>'));
$j('#top-menu .tab_forums').after($j('<li class="main clazz tab_idea"><a href="http://www.google.com/" onClick="script: Zenbox.show(); return false;" class="tab">Submit A Request</a></li>'));
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment