Skip to content

Instantly share code, notes, and snippets.

@kohsuke
Created November 30, 2012 19:56
Show Gist options
  • Save kohsuke/4178145 to your computer and use it in GitHub Desktop.
Save kohsuke/4178145 to your computer and use it in GitHub Desktop.
diff --git a/webapp/scripts/header/header.js b/webapp/scripts/header/header.js
index 24f8da8..5146545 100644
--- a/webapp/scripts/header/header.js
+++ b/webapp/scripts/header/header.js
@@ -35,4 +35,5 @@ if(window.location.pathname.indexOf('login')== -1){
}
requirejs(['commonNav/apps', 'commonNav/dbs', 'commonNav/builds', 'commonNav/repositories', 'commonNav/services','commonNav/help','status','jquery','jquery-ui','jquery-qtip'],function(){
+ $.noConflict();
});
\ No newline at end of file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment