Last active
December 1, 2015 12:41
-
-
Save woollsta/b500b4a81cd970089e84 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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