mirror of
https://github.com/go-gitea/gitea
synced 2025-07-05 01:57:20 +00:00
This reverts commit 661d3d28e9
.
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