f7cloud_client/apps/external/js/quota-personal.js
root 8b6a0139db f7cloud_client
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-17 22:59:26 +00:00

8 lines
173 B
JavaScript

$(document).ready(function () {
var $quotaLink = $('#quota_link'),
$quotaBox = $('#quota');
$quotaBox.after($quotaLink);
$quotaLink.removeClass('hidden section');
});