Merge branch 'repair-mark-as-done-button' of https://github.com/Unow/canvas-lms into master

Reviewed-on: https://gerrit.instructure.com/70992
Reviewed-by: Clay Diffrient <cdiffrient@instructure.com>
Tested-by: Jenkins
Product-Review: Clay Diffrient <cdiffrient@instructure.com>
QA-Review: Jahnavi Yetukuri <jyetukuri@instructure.com>

Change-Id: Ie72a34c2f668034e1acd9f2388c68353aa57d74c
This commit is contained in:
Clay Diffrient 2016-01-28 09:45:04 -07:00
commit f245e74ba6
2 changed files with 4 additions and 2 deletions

View File

@ -12,8 +12,9 @@ require [
], (INST, I18n, $, Assignment, PublishButtonView, SpeedgraderLinkView, vddTooltip, MarkAsDone) ->
$ ->
$('#mark-as-done-checkbox').click ->
$('#content').on('click', '#mark-as-done-checkbox', ->
MarkAsDone.toggle(this)
)
$ ->
$el = $('#assignment_publish_button')

View File

@ -7,8 +7,9 @@ require [
], ($, WikiPage, WikiPageView, MarkAsDone) ->
$ ->
$('#mark-as-done-checkbox').click ->
$('#content').on('click', '#mark-as-done-checkbox', ->
MarkAsDone.toggle(this)
)
$('body').addClass('show')