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