Skip to content

Commit

Permalink
deposit: remove searchbar bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
zzacharo authored and fenekku committed Jun 9, 2020
1 parent 3942d64 commit 2cee879
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 9 deletions.
Expand Up @@ -23,7 +23,5 @@

{%- block javascript %}
{{ super() }}
{# TODO: Reinstate when search UI is fixed #}
{# {{ webpack['invenio-app-rdm-deposits-deposit-searchbar-js.js'] }} #}
{{ webpack['invenio-app-rdm-deposits-deposit-form-js.js'] }}
{%- endblock %}
Expand Up @@ -35,8 +35,3 @@ <h1>Your deposits</h1>
</div>

{%- endblock page_body %}

{%- block javascript %}
{{ super() }}
{{ webpack['invenio-app-rdm-deposits-deposit-searchbar-js.js'] }}
{%- endblock %}
2 changes: 0 additions & 2 deletions invenio_app_rdm/theme/webpack.py
Expand Up @@ -18,8 +18,6 @@
themes={
'semantic-ui': dict(
entry={
'invenio-app-rdm-deposits-deposit-searchbar-js':
'./js/invenio_app_rdm/deposits/RDMDepositSearchBar/index.js', # noqa
'invenio-app-rdm-deposits-deposit-form-js':
'./js/invenio_app_rdm/deposits/RDMDepositForm/index.js',
'invenio-app-rdm-search-app-js':
Expand Down

0 comments on commit 2cee879

Please sign in to comment.