Skip to content

Commit b24305f

Browse files
committed
fix butttons
1 parent ed9b9d2 commit b24305f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

labapp/app/markdown/manipulation.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ Host: eph-ns.mcn-lab.f5demos.com
167167
<div id="result3" class="mt-3"></div>
168168
<script>
169169
document.getElementById('requestBtn2').addEventListener('click', () => {
170-
makeHttpRequest('requestBtn2', '/_manip3', 'result3');
170+
makeHttpRequest('requestBtn3', '/_manip3', 'result3');
171171
});
172172
</script>
173173

0 commit comments

Comments
 (0)