Skip to content

Commit

Permalink
Delete trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
itsjeyd committed Jul 31, 2012
1 parent 4b8079f commit 1db80e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions local_apps/pootle_project/templates/project/project.html
Expand Up @@ -49,7 +49,7 @@
{{ item.mt_request_form.translation_project.as_hidden }}
{{ item.mt_request_form.translator }}
<input type="submit" value="{% trans 'Go!' %}"></input>
<!--
<!--
<select id="translator_list_{{ item.project_id }}">
<option id="_blank" selected="selected"></option>
{% for translator in item.translators %}
Expand Down Expand Up @@ -88,7 +88,7 @@
var option = $(this);
var values = option.attr("id").split("_");
var msg = "Project: " + values[1] + "\n" + "Translator: " + values[3];

alert(msg);
});
</script>
Expand Down

0 comments on commit 1db80e3

Please sign in to comment.