Skip to content

Commit

Permalink
Merge branch 'main' into webhook-editor-jquery
Browse files Browse the repository at this point in the history
  • Loading branch information
GiteaBot committed Feb 17, 2024
2 parents 53a6c5e + c282d37 commit a331d5b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions web_src/js/features/contextpopup.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
import $ from 'jquery';
import {createApp} from 'vue';
import ContextPopup from '../components/ContextPopup.vue';
import {parseIssueHref} from '../utils.js';
import {createTippy} from '../modules/tippy.js';

export function initContextPopups() {
const refIssues = $('.ref-issue');
const refIssues = document.querySelectorAll('.ref-issue');
attachRefIssueContextPopup(refIssues);
}

Expand Down

0 comments on commit a331d5b

Please sign in to comment.