Code cleanup #120
@@ -17,7 +17,7 @@ module.exports = function(el) {
|
|||||||
|
|
||||||
if (src !== "") {
|
if (src !== "") {
|
||||||
script.src = src
|
script.src = src
|
||||||
script.async = false // force asynchronous loading of peripheral js
|
script.async = false // force synchronous loading of peripheral js
|
||||||
}
|
}
|
||||||
|
|
||||||
if (code !== "") {
|
if (code !== "") {
|
||||||
|
|||||||
Reference in New Issue
Block a user