mirror of
https://gitee.com/gitea/gitea
synced 2025-11-02 23:50:26 +08: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