🐛 Fixed the 51la widget load data issue.

This commit is contained in:
凡梦星尘
2022-10-27 17:29:18 +08:00
parent 0d1b00f7b0
commit ac712b9277
7 changed files with 46 additions and 41 deletions

View File

@@ -10,7 +10,8 @@ NexT.plugins.others.lawidget = function() {
crossorigin: 'anonymous',
charset: 'UTF-8',
defer: true
}
});
},
parentNode: document.getElementById('la-siteinfo-widget')
}, NexT.utils.fmtLaWidget());
});
}