Hallo,
I use the HTML Macro to add some decent visualized object and JavaScript.
As I added Bootstrap script files
<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>
what makes the standard Confluence buttons not usable.
Any chance to limit the scope of the above-mentioned scripts to render only a dedicated section of my HTML?
I found Limiting scope of JavaScript source, could that be a solution?
I haven’t got it to work yet .