UNPKG
cordova-plugin-accountkit
Version:
latest (1.4.0)
1.4.0
1.3.0
1.2.2
1.2.1
1.2.0
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
Cordova AccountKit Plugin
gurisko/cordova-plugin-accountkit
cordova-plugin-accountkit
/
src
/
browser
/
AccountKitSDK.js
4 lines
(3 loc)
•
173 B
JavaScript
View Raw
1
2
3
4
var
scriptElement =
document
.
createElement
(
'script'
); scriptElement.
setAttribute
(
'src'
,
'https://sdk.accountkit.com/en_US/sdk.js'
);
document
.
head
.
appendChild
(scriptElement);