mirror of
https://github.com/friendica/friendica
synced 2025-04-26 22:30:18 +00:00
REUSE some more JS files from the themes
This commit is contained in:
parent
b878e6d4d2
commit
642f2c73d7
8 changed files with 51 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
// SPDX-FileCopyrightText: 2010-2024 the Friendica project
|
||||
//
|
||||
// SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
|
||||
(function(){
|
||||
function log_show_details(elm) {
|
||||
const id = elm.id;
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
// SPDX-FileCopyrightText: 2010-2024 the Friendica project
|
||||
//
|
||||
// SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
|
||||
$(function () {
|
||||
$("#profile-custom-fields").sortable({
|
||||
containerSelector: 'div#profile-custom-fields',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue