diff --git a/accounts/static/accounts.js b/accounts/static/accounts.js new file mode 100644 index 0000000..d2e1d36 --- /dev/null +++ b/accounts/static/accounts.js @@ -0,0 +1,14 @@ +/*global $ */ + +var initialize = function (navigator) { + $('#id_login').on('click', function() { + navigator.id.request(); + }); +}; + +window.Superlists = { + Accounts: { + initialize: initialize + } +}; + diff --git a/accounts/static/tests/test.html b/accounts/static/tests/test.html new file mode 100644 index 0000000..ca716eb --- /dev/null +++ b/accounts/static/tests/test.html @@ -0,0 +1,38 @@ + + +
+ +