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:
commit
f245e74ba6
|
@ -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')
|
||||
|
|
|
@ -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')
|
||||
|
||||
|
|
Loading…
Reference in New Issue