Skip to content

Commit

Permalink
already declared files
Browse files Browse the repository at this point in the history
  • Loading branch information
owocki committed Jul 18, 2019
1 parent 4345795 commit 1eb3739
Show file tree
Hide file tree
Showing 20 changed files with 34 additions and 35 deletions.
3 changes: 1 addition & 2 deletions app/dashboard/templates/bounty/details.html
Original file line number Diff line number Diff line change
Expand Up @@ -442,8 +442,7 @@ <h5 class="bounty-heading">{% trans "Funder" %}</h5>
<script src="{% static "v2/js/tokens.js" %}"></script>
<script src="{% static "v2/js/amounts.js" %}"></script>
<script src="{% static "v2/js/clipboard.js" %}"></script>>
<script src="{% static "v2/js/lib/popper.min.js" %}"></script>
<script src="{% static "v2/js/lib/bootstrap.min.js" %}" crossorigin="anonymous"></script>

<script>
$('[data-toggle="popover"]').popover()

Expand Down
4 changes: 2 additions & 2 deletions app/dashboard/templates/bounty/fulfill.html
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,8 @@ <h1 class="text-center title">{% trans "Submit Work" %}</h1>

<!-- jQuery -->
{% compress js %}
<script src="{% static "v2/js/lib/popper.min.js" %}"></script>
<script src="{% static "v2/js/lib/bootstrap.min.js" %}" crossorigin="anonymous"></script>


{% endcompress %}

<script>
Expand Down
4 changes: 2 additions & 2 deletions app/dashboard/templates/bulk_payout_bounty.html
Original file line number Diff line number Diff line change
Expand Up @@ -204,8 +204,8 @@ <h5>{% trans 'Payout Preview' %}</h5>

<!-- jQuery -->
{% compress js %}
<script src="{% static "v2/js/lib/popper.min.js" %}"></script>
<script src="{% static "v2/js/lib/bootstrap.min.js" %}" crossorigin="anonymous"></script>


{% endcompress %}

<script>
Expand Down
4 changes: 2 additions & 2 deletions app/dashboard/templates/dashboard/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,8 @@ <h3>{% trans "No results found." %}</h3>
{% include 'shared/footer.html' %}
{% include 'shared/messages.html' %}
{% compress js %}
<script src="{% static "v2/js/lib/popper.min.js" %}"></script>
<script src="{% static "v2/js/lib/bootstrap.min.js" %}" crossorigin="anonymous"></script>


{% endcompress %}


Expand Down
4 changes: 2 additions & 2 deletions app/dashboard/templates/dashboard/users.html
Original file line number Diff line number Diff line change
Expand Up @@ -252,8 +252,8 @@ <h6 class="font-weight-bold mb-3">Invite User to Bounty</h6>
{% include 'shared/messages.html' %}

{% compress js %}
<script src="{% static "v2/js/lib/popper.min.js" %}"></script>
<script src="{% static "v2/js/lib/bootstrap.min.js" %}" crossorigin="anonymous"></script>


{% endcompress %}


Expand Down
2 changes: 1 addition & 1 deletion app/dashboard/templates/ftux/avatar.html
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ <h3 id="section-title">


<script src="{% static "v2/js/lib/jquery.js" %}"></script>
<script src="{% static "v2/js/lib/bootstrap.min.js" %}" crossorigin="anonymous"></script>


<script>
var profileId = '{{ profile_id }}';
Expand Down
4 changes: 2 additions & 2 deletions app/dashboard/templates/process_bounty.html
Original file line number Diff line number Diff line change
Expand Up @@ -161,8 +161,8 @@ <h3 class="font-bigger-1 mb-0">Suggested Kudos</h3>
<script src="{% static "v2/js/lib/secrets.min.js" %}"></script>
<script src="{% static "v2/js/ethereumjs-accounts.js" %}"></script>
<script src="{% static "onepager/js/send.js" %}"></script>
<script src="{% static "v2/js/lib/popper.min.js" %}"></script>
<script src="{% static "v2/js/lib/bootstrap.min.js" %}" crossorigin="anonymous"></script>


{% endcompress %}


Expand Down
4 changes: 2 additions & 2 deletions app/dashboard/templates/profiles/profile.html
Original file line number Diff line number Diff line change
Expand Up @@ -310,8 +310,8 @@ <h1 class="profile-header__handle">
{% compress js %}
<script src="{% static "v2/js/abi.js" %}"></script>
<script src="{% static "v2/js/tokens.js" %}"></script>
<script src="{% static "v2/js/lib/popper.min.js" %}"></script>
<script src="{% static "v2/js/lib/bootstrap.min.js" %}" crossorigin="anonymous"></script>


<script src="{% static "v2/js/pages/tabs.js" %}"></script>
<script src="{% static "v2/js/pages/profile.js" %}"></script>
<script src="{% static "v2/js/pages/profile-edit.js" %}"></script>
Expand Down
4 changes: 2 additions & 2 deletions app/grants/templates/grants/detail/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@
<script src="{% static "v2/js/pages/shared_bounty_mutation_estimate_gas.js" %}"></script>
<script src="{% static "v2/js/lib/ipfs-api.js" %}"></script>
<script src="{% static "v2/js/ipfs.js" %}"></script>
<script src="{% static "v2/js/lib/popper.min.js" %}"></script>
<script src="{% static "v2/js/lib/bootstrap.min.js" %}" crossorigin="anonymous"></script>


{% endcompress %}


Expand Down
2 changes: 1 addition & 1 deletion app/grants/templates/grants/faq.html
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,4 @@ <h5 class="accordion">Where can I see my Grant contribution history?</h5>
</div>
</div>
</section>
<script src="{% static "v2/js/lib/bootstrap.min.js" %}" crossorigin="anonymous"></script>

2 changes: 1 addition & 1 deletion app/grants/templates/grants/fund.html
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ <h5>Thanks for Contributing!</h5>
<script src="{% static "v2/js/grants/fund.js" %}"></script>
<script src="{% static "v2/js/lib/ipfs-api.js" %}"></script>
<script src="{% static "v2/js/ipfs.js" %}"></script>
<script src="{% static "v2/js/lib/bootstrap.min.js" %}" crossorigin="anonymous"></script>


<script>
let bootstrapTooltip = $.fn.tooltip.noConflict()
Expand Down
4 changes: 2 additions & 2 deletions app/grants/templates/grants/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -225,8 +225,8 @@ <h1 class="font-title-lg font-weight-semibold mt-4 mb-2">{% trans "This is not t
<script src="{% static "v2/js/lib/ipfs-api.js" %}"></script>
<script src="{% static "v2/js/ipfs.js" %}"></script>
<script src="{% static "v2/js/grants/index.js" %}"></script>
<script src="{% static "v2/js/lib/popper.min.js" %}"></script>
<script src="{% static "v2/js/lib/bootstrap.min.js" %}" crossorigin="anonymous"></script>


<script src="{% static "v2/js/grants/newMatchingPartner.js" %}"></script>
<script>
var infinite = new Waypoint.Infinite({
Expand Down
2 changes: 1 addition & 1 deletion app/grants/templates/grants/leaderboard.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ <h5 style="display: inline;" >{{item.rank}}) <a href="/profile/{{item.handle}}">
{% endfor %}
</div>
</section>
<script src="{% static "v2/js/lib/bootstrap.min.js" %}" crossorigin="anonymous"></script>


</body>
{% include 'shared/analytics.html' %}
Expand Down
4 changes: 2 additions & 2 deletions app/inbox/templates/inbox.html
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@
{% include 'shared/footer.html' %}
{% include 'shared/analytics.html' %}
{% include 'shared/footer_scripts.html' with slim=1 %}
<script src="{% static "v2/js/lib/popper.min.js" %}"></script>
<script src="{% static "v2/js/lib/bootstrap.min.js" %}" crossorigin="anonymous"></script>



<script>
var bootstrapTooltip = $.fn.tooltip.noConflict()
Expand Down
4 changes: 2 additions & 2 deletions app/kudos/templates/kudos_about.html
Original file line number Diff line number Diff line change
Expand Up @@ -431,8 +431,8 @@ <h5 class="accordion">I have another question and it's not listed here.</h5>
{% include 'shared/footer.html' %}
{% include 'shared/analytics.html' %}
{% include 'shared/footer_scripts.html' with slim=1 %}
<script src="{% static "v2/js/lib/popper.min.js" %}"></script>
<script src="{% static "v2/js/lib/bootstrap.min.js" %}" crossorigin="anonymous"></script>




<script>
Expand Down
4 changes: 2 additions & 2 deletions app/kudos/templates/kudos_details.html
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,8 @@ <h3 id="kudosName" class="kudos-details__title">{{ kudos.ui_name }} {% if kudos.
{% include 'shared/analytics.html' %}
<script src="{% static 'v2/js/lib/tweenlite.js' %}"></script>
{% include 'shared/footer_scripts.html' with slim=1 %}
<script src="{% static "v2/js/lib/popper.min.js" %}"></script>
<script src="{% static "v2/js/lib/bootstrap.min.js" %}" crossorigin="anonymous"></script>




<script src="{% static "v2/js/pages/kudos_details.js" %}"></script>
Expand Down
4 changes: 2 additions & 2 deletions app/kudos/templates/kudos_marketplace.html
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,8 @@ <h1>UH-OH!</h1>
{% include 'shared/footer.html' %}
{% include 'shared/analytics.html' %}
{% include 'shared/footer_scripts.html' with slim=1 %}
<script src="{% static "v2/js/lib/popper.min.js" %}"></script>
<script src="{% static "v2/js/lib/bootstrap.min.js" %}" crossorigin="anonymous"></script>




<script src="{% static "v2/js/lib/jquery-unveil.js" %}"></script>
Expand Down
2 changes: 1 addition & 1 deletion app/kudos/templates/transaction/receive_bulk.html
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ <h3 class="text-center" style="margin: 0px auto;">👇 Redeem It Here 👇</h3>
<link rel="stylesheet" href="{% static "v2/css/jquery-ui.css" %}" />
<link rel="stylesheet" href="{% static "v2/css/kudos/styles.css" %}" />
{% include 'shared/footer_scripts.html' with slim=1 %}
<script src="{% static "v2/js/lib/popper.min.js" %}"></script>

<script src="{% static "v2/js/pages/kudos_details.js" %}"></script>
<script>
document.network = '{{coupon.token.contract.network}}';
Expand Down
4 changes: 2 additions & 2 deletions app/retail/templates/bounties/contributor.html
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,8 @@ <h2 class="join-gitcoin-heading">{% trans "<span class=\"light\">All that's left
</div>
</div>
{% include 'shared/footer_scripts.html' with slim=1 %}
<script src="{% static "v2/js/lib/popper.min.js" %}"></script>
<script src="{% static "v2/js/lib/bootstrap.min.js" %}" crossorigin="anonymous"></script>




<script>
Expand Down
4 changes: 2 additions & 2 deletions app/retail/templates/shared/footer_scripts.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@
{% endif %}

{% include 'shared/sentry.html' %}
<script src="{% static "v2/js/lib/popper.min.js" %}"></script>
<script src="{% static "v2/js/lib/bootstrap.min.js" %}" crossorigin="anonymous"></script>
<script>
const bootstrapModal = $.fn.modal.noConflict()
$.fn.bootstrapModal = bootstrapModal
Expand All @@ -37,6 +35,8 @@
</script>

{% compress js %}
<script src="{% static "v2/js/lib/popper.min.js" %}"></script>
<script src="{% static "v2/js/lib/bootstrap.min.js" %}" crossorigin="anonymous"></script>
<script src="{% static "jsi18n/en/djangojs.js" %}"></script>
<script src="{% static "v2/js/lib/jquery.js" %}"></script>
<script src="{% static "v2/js/lib/vue.js" %}"></script>
Expand Down

1 comment on commit 1eb3739

@octavioamu
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

check the footer of master, is ordered in a way don't conflict with decencies over the site https://github.com/gitcoinco/web/blob/master/app/retail/templates/shared/footer_scripts.html

Please sign in to comment.