Skip to content
This repository was archived by the owner on Feb 16, 2021. It is now read-only.

Commit 29ee7d3

Browse files
committed
Remove script import of non excisting files
1 parent 3425739 commit 29ee7d3

File tree

2 files changed

+1
-13
lines changed

2 files changed

+1
-13
lines changed

Resources/views/Bootstrap/autocomplete.html.twig

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,8 @@
77
{% block main %}
88
<div class="form-inline">
99
<div class="ui-widget input-group">
10-
<span class="input-group-addon" id="sizing-addon1"><i class="fa fa-search"a></i></span>
10+
<span class="input-group-addon" id="sizing-addon1"><i class="fa fa-search"></i></span>
1111
<input type="text" id="tags" class="tags form-control">
1212
</div>
1313
</div>
1414
{% endblock %}
15-
16-
{% block head_javascripts %}
17-
{{ parent() }}
18-
19-
<script type="text/javascript" src="{{ asset('/assets/js/frameworkexamplebundle.autocomplete.js') }}"></script>
20-
{% endblock %}

Resources/views/Tutorial/statistics.html.twig

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,3 @@
4444
</div>
4545
</div>
4646
{% endblock %}
47-
48-
{% block head_javascripts %}
49-
{{ parent() }}
50-
51-
<script type="text/javascript" src="{{ asset('/assets/js/frameworkexamplebundle.charts.js') }}"></script>
52-
{% endblock %}

0 commit comments

Comments
 (0)