We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b43036 commit 8e166e9Copy full SHA for 8e166e9
Partners/confirm.html
@@ -51,8 +51,8 @@ <h1>Coding Hut Partner Dashboard</h1>
51
$(document).ready(function() {
52
53
// Check if the URL parameter is apples
54
- if (dynamicContent == 'partner+shop+1') {
55
- $('#partner shop 1').show();
+ if (dynamicContent == 'partner shop 1') {
+ $('#partner+shop+1').show();
56
}
57
// Check if the URL parameter is oranges
58
else if (dynamicContent == 'rude') {
0 commit comments