Skip to content

Instantly share code, notes, and snippets.

@woollsta
Last active December 1, 2015 12:41
Show Gist options
  • Save woollsta/b500b4a81cd970089e84 to your computer and use it in GitHub Desktop.
Save woollsta/b500b4a81cd970089e84 to your computer and use it in GitHub Desktop.
<script>
/**
* Config block must specifiy a path to the jQuery library
* Can optionally list extra JS files to load in order in the scripts array
* Can optionally list extra CSS files to load in order in the styles array
*/
cognosJqFix.setup({
jqueryPath : 'https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js',
scripts : [
// Any extra js libraries to load in:
//'https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js'
],
styles : [
// Any extra css files to load in
//'https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css'
]
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment