Skip to content

Commit 8e166e9

Browse files
authored
Update confirm.html
1 parent 9b43036 commit 8e166e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Partners/confirm.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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)