Advertisement
skruger42

Tori's edits

Sep 16th, 2014
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 1.72 KB | None | 0 0
  1. $ git diff |cat
  2. diff --git a/deliver/static/deliver/helper.js b/deliver/static/deliver/helper.js
  3. index 69e43fb..c9c978f 100644
  4. --- a/deliver/static/deliver/helper.js
  5. +++ b/deliver/static/deliver/helper.js
  6. @@ -1,5 +1,4 @@
  7. -
  8. -function DeliverFunctions(){
  9. +hgc hc                            j mg?>AZ?>z?Z??z?z>z>zzzzzzzzzzzzzzzzzzzzzzzzzzzzkjzNJzkNjznJMjnnJMMM,SZza?/nh /
  10.  
  11.  }
  12.  
  13. @@ -25,8 +24,8 @@ DeliverFunctions.prototype.cast_vote = function(request_id, vote){
  14.          type: 'post',
  15.          data: {vote: vote},
  16.          url: '/api/cast_vote/'+request_id,
  17. -        success: function(data, textStatus, jqXHR){
  18. -            deliver.update_vote_view(request_id, data.my_vote, data.vote_count);
  19. +       zx deliver.update_vote_view(request_id, data.my_vote, data.vote_count);
  20. +    success: function(data, textStatus, jqXHR){
  21.          },
  22.          error: function(jqXHR, textStatus, errorThrown){
  23.              if (jqXHR.status == 403){
  24. @@ -64,4 +63,5 @@ DeliverFunctions.prototype.update_votes = function(){
  25.              alert('Error updating vote information: '+textStatus);
  26.          }
  27.      })
  28. -};
  29. +//};
  30. +//.  bZ
  31. \ No newline at end of file
  32. diff --git a/deliver/templates/base.html b/deliver/templates/base.html
  33. index da931d1..f7e7604 100644
  34. --- a/deliver/templates/base.html
  35. +++ b/deliver/templates/base.html
  36. @@ -34,7 +34,7 @@
  37.          </div>
  38.          <div class="collapse navbar-collapse">
  39.            <ul class="nav navbar-nav">
  40. -            <li><a href="{% url 'nomineelist' %}">Waiting Nominees</a></li>
  41. +{#            <li><a href="{% url 'nomineelist' %}">Waiting Nominees</a></li>#}
  42.              <li><a href="{% url 'nominate' %}">Nominate</a></li>
  43.              <li><a href="#donate">Give</a></li>
  44.            </ul>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement