mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
added different check to contact-us modal
This commit is contained in:
parent
1a651b38f4
commit
c7da9f1eef
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ define [
|
|||
$scope.sending = true
|
||||
ticketNumber = Math.floor((1 + Math.random()) * 0x10000).toString(32)
|
||||
message = $scope.form.message
|
||||
if $scope.form.project_url
|
||||
if $scope.form.project_url?
|
||||
message = "#{message}\n\n project_url = #{$scope.form.project_url}"
|
||||
params =
|
||||
email: $scope.form.email
|
||||
|
|
Loading…
Reference in a new issue