Fix addExisting issue in firefox

stable
Álex Hermida 2018-08-22 13:05:19 +02:00 committed by Alex Hermida
parent 62d5548d42
commit b9e8d1f238
1 changed files with 0 additions and 1 deletions

View File

@ -996,7 +996,6 @@ $confirm, $q, attachmentsService, $template, $compile) ->
isDisabledExisting(selectedItem) isDisabledExisting(selectedItem)
$scope.addExisting = (selectedItem) -> $scope.addExisting = (selectedItem) ->
event.preventDefault()
addExisting(selectedItem) addExisting(selectedItem)
submit = debounce 2000, (event) -> submit = debounce 2000, (event) ->