mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-11 00:54:50 +00:00
Add js for new post modal
This commit is contained in:
parent
d2ed666321
commit
3c11c1e3c4
1 changed files with 4 additions and 1 deletions
5
resources/assets/js/timeline.js
vendored
5
resources/assets/js/timeline.js
vendored
|
@ -6,4 +6,7 @@ $(document).ready(function() {
|
|||
append: '.timeline-feed',
|
||||
history: false,
|
||||
});
|
||||
});
|
||||
$("#modal-post").addClass("modal fade");
|
||||
$("#modal-dialog").addClass("modal-dialog");
|
||||
$("#modal-text").removeClass("d-none");
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue