Skip to content
This repository has been archived by the owner on Dec 18, 2023. It is now read-only.

Latest commit

 

History

History
55 lines (43 loc) · 1.96 KB

index.md

File metadata and controls

55 lines (43 loc) · 1.96 KB
title layout
HelloJS
default
<script src="/adorn/adorn.js" async></script>

<script src="demos/client_ids.js"></script> <script src="./dist/hello.all.js"></script>

{% include_relative README.md %}

<script src="assets/knockout/dist/knockout.js"></script> <script src="assets/index.js"></script> <script type="text/html" id="tests-template"></script> <script> // Initiate the library hello.init(CLIENT_IDS_ALL, { redirect_uri: 'redirect.html', oauth_proxy: OAUTH_PROXY_URL }); getText('assets/test_network.html', function(response) { document.getElementById('tests-template').text = response; // Knockout binding goes here ko.applyBindings(model); }); </script>