Update compiled assets, fixes #595
This commit is contained in:
parent
1ca76b3a3c
commit
a0b00ce434
5 changed files with 6 additions and 6 deletions
2
resources/assets/js/components.js
vendored
2
resources/assets/js/components.js
vendored
|
@ -3,7 +3,7 @@ import BootstrapVue from 'bootstrap-vue'
|
|||
Vue.use(BootstrapVue);
|
||||
|
||||
pixelfed.readmore = () => {
|
||||
$(document).find('.read-more').each(function(k,v) {
|
||||
$('.read-more').each(function(k,v) {
|
||||
let el = $(this);
|
||||
let attr = el.attr('data-readmore');
|
||||
if(typeof attr !== typeof undefined && attr !== false) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue