mirror of
https://gh.wpcy.net/https://github.com/LJPc-solutions/freescout-calendar-module.git
synced 2026-07-15 23:23:06 +08:00
5 lines
146 B
JavaScript
5 lines
146 B
JavaScript
$(document).ready(function () {
|
|
$('.dash-card.ljpc_move_dash_card').each(function (i, el) {
|
|
$('.dash-cards').prepend(el);
|
|
});
|
|
});
|