Skip to content

Commit 595d61c

Browse files
committed
removed fancybox
1 parent b574da9 commit 595d61c

File tree

8 files changed

+0
-677
lines changed

8 files changed

+0
-677
lines changed

hypha/apply/determinations/templates/determinations/batch_determination_form.html

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33

44
{% block extra_css %}
55
{{ block.super }}
6-
<link rel="stylesheet" href="{% static 'css/fancybox.css' %}">
76
{% endblock %}
87

98
{% block adminbar %}
@@ -40,7 +39,5 @@
4039

4140
{% block extra_js %}
4241
{{ block.super }}
43-
<script src="{% static 'js/jquery.fancybox.min.js' %}"></script>
4442
<script src="{% static 'js/batch-actions.js' %}"></script>
45-
<script src="{% static 'js/fancybox-global.js' %}"></script>
4643
{% endblock %}

hypha/apply/funds/templates/funds/applicationsubmission_admin_detail.html

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
{% extends "funds/applicationsubmission_detail.html" %}
22
{% load i18n static workflow_tags review_tags determination_tags translate_tags heroicons %}
33

4-
{% block extra_css %}
5-
<link rel="stylesheet" href="{% static 'css/fancybox.css' %}">
6-
{% endblock %}
7-
8-
94
{% block sidebar_top %}
105
<div class="sidebar__inner sidebar__inner--light-blue sidebar__inner--actions" data-testid="sidebar-primary-actions">
116
{% include "funds/includes/admin_primary_actions.html" %}
@@ -95,8 +90,6 @@ <h5 class="m-0">{% trans "Reminders" %}</h5>
9590
{% block extra_js %}
9691
{{ comment_form.media.js }}
9792
{{ block.super }}
98-
<script src="{% static 'js/jquery.fancybox.min.js' %}"></script>
99-
<script src="{% static 'js/fancybox-global.js' %}"></script>
10093
<script src="{% static 'js/behaviours/collapse.js' %}"></script>
10194
{% if request.user|can_translate_submission %}
10295
<script src="{% static 'js/translate-application.js' %}"></script>

hypha/apply/funds/templates/funds/base_submissions_table.html

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
{% load render_table from django_tables2 %}
44

55
{% block extra_css %}
6-
<link rel="stylesheet" href="{% static 'css/fancybox.css' %}">
76
{{ filter.form.media.css }}
87
{% endblock %}
98

@@ -17,8 +16,6 @@
1716

1817
{% block extra_js %}
1918
{{ filter.form.media.js }}
20-
<script src="{% static 'js/jquery.fancybox.min.js' %}"></script>
21-
<script src="{% static 'js/fancybox-global.js' %}"></script>
2219
<script src="{% static 'js/all-submissions-table.js' %}"></script>
2320
<script src="{% static 'js/symbol-es6.min.js' %}"></script>
2421
<script src="{% static 'js/url-search-params.js' %}"></script>

hypha/apply/funds/templates/funds/grouped_application_list.html

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
{% load i18n static %}
33

44
{% block extra_css %}
5-
<link rel="stylesheet" href="{% static 'css/fancybox.css' %}">
65
{{ filter.form.media.css }}
76
{% endblock %}
87

@@ -17,8 +16,6 @@
1716

1817
{% block extra_js %}
1918
{{ filter.form.media.js }}
20-
<script src="{% static 'js/jquery.fancybox.min.js' %}"></script>
21-
<script src="{% static 'js/fancybox-global.js' %}"></script>
2219
<script src="{% static 'js/all-submissions-table.js' %}"></script>
2320
<script src="{% static 'js/symbol-es6.min.js' %}"></script>
2421
<script src="{% static 'js/url-search-params.js' %}"></script>

hypha/apply/funds/templates/funds/includes/delegated_form_base.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
{% if cancel %}
2828
<button
2929
type="button"
30-
data-fancybox-close=""
3130
class="button button--{% if invert %}primary{% else %}white{% endif %}"
3231
title="{% trans "Close" %}">
3332
{% trans "Cancel" %}

hypha/static_src/javascript/fancybox-global.js

Lines changed: 0 additions & 33 deletions
This file was deleted.

hypha/static_src/javascript/jquery.fancybox.min.js

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)