Skip to content

Commit

Permalink
fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
bieniusa committed Apr 23, 2017
1 parent fb4354f commit bb4bb6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/_includes/feedback.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
{% if site.feedback_link %}
<a class="email" title="Submit feedback" href="{{site.feedback_link}}">{{feedback_text}}</a>
{% else %}
<a class="email" title="Submit feedback" href="#" onclick="javascript:window.location='mailto:{{site.feedback_email}}?subject={{site.feedback_subject_line}} feedback&body=I have some feedback about AntidoteDB: ' + window.location.href;"><i class="fa fa-envelope-o"></i> {{feedback_text}}</a>{% endif %}
<a class="email" title="Submit feedback" href="#" onclick="javascript:window.location='mailto:{{site.feedback_email}}?subject={{site.feedback_subject_line}} feedback&body=I have some feedback about AntidoteDB! ';"><i class="fa fa-envelope-o"></i> {{feedback_text}}</a>{% endif %}
</li>

0 comments on commit bb4bb6e

Please sign in to comment.