I have a HTML page in apache with resources & goes like (http://IP/EnvMgmt/Dash.html).
The HTML code includes
<link rel="stylesheet" href="bootstrap.min.js">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
Now i have used HTML include to show the HTML page via the Page URL (i.e. http://IP/EnvMgmt/Dash.html ) & it shows the HTML .
But does Render bootstrap & jqury.
Please provide solution.
Hello,
I face the same problem, including Bootstrap via HTML Macro
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.0/js/bootstrap.min.js"></script>
alters the buttons on the Confluence pages, which makes it hardly usable.
I found Limiting scope of JavaScript source, could that be a solution, I haven't got it to work yet :(.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.