1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-21 15:25:22 +03:00

Refactor: Use agnostic loader naming

This commit is contained in:
VitroidFPV 2025-06-15 23:21:32 +02:00
parent dfe5210385
commit a5628794ab

View file

@ -4,7 +4,7 @@ import I18NextVue from "i18next-vue";
import i18next from "i18next";
// Function to load tab content while preserving Vue functionality
export function loadTabContent(contentElement, htmlPath, callback) {
export function loadContent(contentElement, htmlPath, callback) {
// Load the HTML content
contentElement.load(htmlPath, function () {
// Find all elements that need Vue functionality