fix save module in safari
parent
9f6d3f0d37
commit
5f96ca2d4b
|
@ -223,10 +223,12 @@ ProjectModulesDirective = ($repo, $confirm, $loading, projectService) ->
|
|||
|
||||
$el.on "change", ".module-activation.module-direct-active input", (event) ->
|
||||
event.preventDefault()
|
||||
submit()
|
||||
|
||||
$scope.$applyAsync(submit)
|
||||
|
||||
$el.on "submit", "form", (event) ->
|
||||
event.preventDefault()
|
||||
|
||||
submit()
|
||||
|
||||
$el.on "click", ".save", (event) ->
|
||||
|
|
Loading…
Reference in New Issue