From d7064838752cdf69f8aa23417826c08bc0acfb4c Mon Sep 17 00:00:00 2001 From: xaoxuu Date: Mon, 30 Mar 2020 14:42:36 +0800 Subject: [PATCH] aplayer --- layout/_partial/scripts.ejs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layout/_partial/scripts.ejs b/layout/_partial/scripts.ejs index 3bce33f..4bba228 100755 --- a/layout/_partial/scripts.ejs +++ b/layout/_partial/scripts.ejs @@ -99,7 +99,7 @@ <% if (theme.plugins.aplayer && theme.plugins.aplayer.enable && theme.plugins.aplayer.js) { %> <% (theme.plugins.aplayer.js||[]).forEach(function(item){ %> - <%- js({src:item,async:true}) %> + <%- js({src:item}) %> <% }) %> <% } %>