Remove some debug/console.log statements.
Fix allFieldGuideIds method in resources.js to return an array of _ids, not an array of objects. Field guide controller now correctly completes field guides. Closes #367.
This commit is contained in:
@@ -100,7 +100,6 @@ $(document).ready(function() {
|
||||
});
|
||||
|
||||
$('.next-field-guide-button').on('click', function() {
|
||||
console.log('click');
|
||||
var fieldGuideId = $('#fieldGuideId').text();
|
||||
completedFieldGuide(fieldGuideId);
|
||||
});
|
||||
@@ -126,7 +125,6 @@ $(document).ready(function() {
|
||||
});
|
||||
|
||||
$('#next-courseware-button').on('click', function() {
|
||||
console.log(passedCoursewareHash);
|
||||
if ($('.signup-btn-nav').length < 1) {
|
||||
switch (challengeType) {
|
||||
case 0:
|
||||
|
Reference in New Issue
Block a user