Skip to content

Commit

Permalink
fix: remove unused publisher code (#1995)
Browse files Browse the repository at this point in the history
  • Loading branch information
M7mdisk authored Sep 6, 2024
1 parent 58863e8 commit c696d1d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions templates/publisher/list.html
Original file line number Diff line number Diff line change
Expand Up @@ -280,12 +280,7 @@ <h4 class="p-heading--5 u-no-margin--bottom">Join the community</h4>
{% endblock %}

{% block page_scripts %}
<script src="{{ versioned_static('js/dist/list.js') }}" defer></script>
<script>
window.addEventListener("DOMContentLoaded", function () {
charmhub.publisher.list.init();
});

// De-register charms and bundles
const unregisterConfirmationModal = document.querySelector(
"[data-js='unregister-confirmation-modal']"
Expand Down

0 comments on commit c696d1d

Please sign in to comment.