Skip to content

Commit 7e3167f

Browse files
authored
Update confirm.html
1 parent 51c19eb commit 7e3167f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Partners/confirm.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ <h1>Coding Hut Partner Dashboard</h1>
1010
403.
1111
</div>
1212
<!-- Dynamic Section 1 -->
13-
<div id="partner+shop+1" class="dynamic-content">
13+
<div id="partner-shop-1" class="dynamic-content">
1414
partner shop 1
1515

1616
e7de6a09-2a4a-4afc-9988-21427996a790
@@ -51,8 +51,8 @@ <h1>Coding Hut Partner Dashboard</h1>
5151
$(document).ready(function() {
5252

5353
// Check if the URL parameter is apples
54-
if (dynamicContent == 'partner shop 1') {
55-
$('#partner+shop+1').show();
54+
if (dynamicContent == 'partner-shop-1') {
55+
$('#partner-shop-1').show();
5656
}
5757
// Check if the URL parameter is oranges
5858
else if (dynamicContent == 'rude') {

0 commit comments

Comments
 (0)