✨ Use store method impl the music etc shortcode.
This commit is contained in:
@@ -9,10 +9,10 @@ HTMLElement.prototype.wrap = function (wrapper) {
|
||||
NexT.utils = {
|
||||
registerAPlayer: function () {
|
||||
this.getStyle(
|
||||
NexT.utils.getCDNResource(NexT.CONFIG.page.aplayer.css)
|
||||
NexT.utils.getCDNResource(NexT.CONFIG.page.music.css)
|
||||
);
|
||||
|
||||
NexT.CONFIG.page.aplayer.js.forEach(function (js) {
|
||||
NexT.CONFIG.page.music.js.forEach(function (js) {
|
||||
NexT.utils.getScript(NexT.utils.getCDNResource(js), true);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user