finish getting field-guide working and improve zipline show view

This commit is contained in:
Michael Q Larson
2015-04-14 20:12:47 -07:00
parent 6b671f7d1c
commit e0aa084c7a
5 changed files with 16 additions and 13 deletions

View File

@@ -112,6 +112,7 @@ $(document).ready(function() {
$('#complete-courseware-dialog').on('hidden.bs.modal', function() {
editor.focus();
});
$('#next-courseware-button').on('click', function() {
console.log(passedCoursewareHash);
if ($('.signup-btn-nav').length < 1) {
@@ -184,7 +185,6 @@ $(document).ready(function() {
}
});
$('.all-challenges').on('click', function() {
$('#show-all-dialog').modal('show');
});
@@ -198,7 +198,6 @@ $(document).ready(function() {
window.location = '/challenges/' + (parseInt(l[l.length - 1]) + 1);
});
// Bonfire instructions functions
$('#more-info').on('click', function() {
ga('send', 'event', 'Challenge', 'more-info', challengeName);
@@ -241,7 +240,6 @@ $(document).ready(function() {
};
$('#upvote').on('click', upvoteHandler);
var storySubmitButtonHandler = function storySubmitButtonHandler() {
var link = $('#story-url').val();