Skip to content

Commit

Permalink
fix butttons
Browse files Browse the repository at this point in the history
  • Loading branch information
kreynoldsf5 committed May 2, 2024
1 parent ed9b9d2 commit b24305f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion labapp/app/markdown/manipulation.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ Host: eph-ns.mcn-lab.f5demos.com
<div id="result3" class="mt-3"></div>
<script>
document.getElementById('requestBtn2').addEventListener('click', () => {
makeHttpRequest('requestBtn2', '/_manip3', 'result3');
makeHttpRequest('requestBtn3', '/_manip3', 'result3');
});
</script>

Expand Down

0 comments on commit b24305f

Please sign in to comment.