Skip to content

Instantly share code, notes, and snippets.

@kesor
Created May 8, 2013 12:07
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 kesor/5540026 to your computer and use it in GitHub Desktop.
Save kesor/5540026 to your computer and use it in GitHub Desktop.
AJS.toInit(function () {
AJS.$("[name=run_dynamic_publisher_id]").select2({width: "400px"});
$("[class^=atlassian-select2]").each(function (ei, ee) {
ee.className = ee.className.replace("atlassian-select2", "select2");
});
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment