Fixed features save button
parent
17f00133c4
commit
3ce3e5022a
|
@ -137,7 +137,7 @@ ProjectFeaturesDirective = ($rootscope, $log, $repo, $confirm) ->
|
|||
event.preventDefault()
|
||||
submit()
|
||||
|
||||
$el.on "click", "form a.button-green", (event) ->
|
||||
$el.on "click", ".admin-functionalities a.button-green", (event) ->
|
||||
event.preventDefault()
|
||||
submit()
|
||||
|
||||
|
|
Loading…
Reference in New Issue