Skip to content

Commit

Permalink
Whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
mjumbewu committed May 20, 2015
1 parent 9c420e7 commit fd4806e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion public_records_portal/static/js/manage_request_city.js
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ function prepareStaffTypeahead(){
$.each(user_data, function (i, staff) {
emails.push(staff['email']);
map[staff['alias'] + " - " + staff['email']] = staff['email'];
contacts.push(staff['alias'] + " - " + staff['email']);
contacts.push(staff['alias'] + " - " + staff['email']);
});
});
return { map:map, emails:emails, contacts:contacts }
Expand Down
20 changes: 10 additions & 10 deletions public_records_portal/templates/case.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,23 +17,23 @@
<div id="floating_media" class="text-center">

<!-- share on twitter -->
<a href="#"
<a href="#"
onclick="
window.open(
'http://twitter.com/intent/tweet?text=Requested from {{config['AGENCY_NAME']}}:&amp;via=RecordTrac&amp;url={{config['APPLICATION_URL']}}request/{{req.id}}',
'facebook-share-dialog',
'width=550,height=350');
'http://twitter.com/intent/tweet?text=Requested from {{config['AGENCY_NAME']}}:&amp;via=RecordTrac&amp;url={{config['APPLICATION_URL']}}request/{{req.id}}',
'facebook-share-dialog',
'width=550,height=350');
return false;">
<i class="icon-twitter icon-large"> </i>
</a>

<!-- share on facebook -->
<a href="#"
<a href="#"
onclick="
window.open(
'https://www.facebook.com/sharer/sharer.php?u={{config['APPLICATION_URL']}}request/{{req.id}}',
'facebook-share-dialog',
'width=626,height=436');
'https://www.facebook.com/sharer/sharer.php?u={{config['APPLICATION_URL']}}request/{{req.id}}',
'facebook-share-dialog',
'width=626,height=436');
return false;">
<i class="icon-facebook icon-large"> </i>
</a>
Expand All @@ -55,7 +55,7 @@
<div class="row-fluid">
<h3 class="control-widget">Request <span class="muted">#{{req.id}}</span></h3>
{% block clarify_request %}{% endblock clarify_request %}{% block public_note %}{% endblock public_note %}

<p class="lead" truncateable="250"> {{ req.text | new_lines }} </p>
</div>
<div id="proxyrequester_info" class="row-fluid">
Expand Down Expand Up @@ -141,7 +141,7 @@ <h3 class="control-widget">Response</h3>
</div>
{% endfor %}
{% else %}<!--added an if then to check to see if any responses exist - if no then show text here for the "if any response exists" above -->
<div class = "row-fluid">
<div class = "row-fluid">
<br>
{% set requester = req.requester() %}
{% if requester %}
Expand Down

0 comments on commit fd4806e

Please sign in to comment.