mirror of
https://gitcode.com/gitea/gitea.git
synced 2025-05-23 18:18:31 +08:00
This reverts commit 661d3d28e97bb49bef075c0314edad5879148aaa.
This commit is contained in:
@ -2,7 +2,7 @@ import Vue from 'vue';
|
||||
import {vueDelimiters} from './VueComponentLoader.js';
|
||||
|
||||
export function initRepoBranchTagDropdown(selector) {
|
||||
$.find(selector).each(function () {
|
||||
$(selector).each(function () {
|
||||
const $dropdown = $(this);
|
||||
const $data = $dropdown.find('.data');
|
||||
const data = {
|
||||
|
Reference in New Issue
Block a user