Advertisement
Guest User

webjump function

a guest
Jan 24th, 2015
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. define_webjump("jira",
  2.     function (term) {
  3.         return load_spec(
  4.         { uri: "https://jira.foo.com/secure/QuickSearch.jspa",
  5.           post_data: make_post_data([['searchString', term]]) });
  6.     },
  7.     $alternative="https://jira.foo.com/");
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement