Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Commonwell
/
broker-site
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
3305b4e1
authored
2023-06-07 13:12:48 -0400
by
Jeff Balicki
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
quiz_continue_link fix
Signed-off-by: Jeff <jeff@gotenzing.com>
1 parent
7d85ec18
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
wp-content/themes/commonwell-broker/single-sfwd-lessons.php
wp-content/themes/commonwell-broker/single-sfwd-lessons.php
View file @
3305b4e
...
...
@@ -78,7 +78,7 @@ jQuery(document).ready(function ($) {
}
}else{
if("
<?php
echo
$quiz
;
?>
" != ""){
var continue_details ='<a id="quiz_continue_link" href="https://thecommonwell.ca/quizzes/
<?php
echo
$quiz
;
?>
">Continue to Quiz</a>';
var continue_details ='<a id="quiz_continue_link" href="https://
brokers.
thecommonwell.ca/quizzes/
<?php
echo
$quiz
;
?>
">Continue to Quiz</a>';
$('.ld-content-action.ld-empty').append(continue_details);
}
}
...
...
@@ -100,7 +100,7 @@ jQuery(document).ready(function ($) {
$('[value="Finish Quiz"]').hide();
$("html, body").animate({ scrollTop: $(document).height()-$(window).height()});
if("
<?php
echo
$quiz
;
?>
" != ""){
var continue_details ='<a id="quiz_continue_link" href="https://thecommonwell.ca/quizzes/
<?php
echo
$quiz
;
?>
">Continue to Quiz</a>';
var continue_details ='<a id="quiz_continue_link" href="https://
brokers.
thecommonwell.ca/quizzes/
<?php
echo
$quiz
;
?>
">Continue to Quiz</a>';
$('.ld-content-action.ld-empty').append(continue_details);
}
$("
.
ld
-
button
.
ld
-
text
:
contains
(
'Next Lesson'
)
").parent().show();
...
...
Please
register
or
sign in
to post a comment