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) ->
|
$el.on "change", ".module-activation.module-direct-active input", (event) ->
|
||||||
event.preventDefault()
|
event.preventDefault()
|
||||||
submit()
|
|
||||||
|
$scope.$applyAsync(submit)
|
||||||
|
|
||||||
$el.on "submit", "form", (event) ->
|
$el.on "submit", "form", (event) ->
|
||||||
event.preventDefault()
|
event.preventDefault()
|
||||||
|
|
||||||
submit()
|
submit()
|
||||||
|
|
||||||
$el.on "click", ".save", (event) ->
|
$el.on "click", ".save", (event) ->
|
||||||
|
|
Loading…
Reference in New Issue