org.oauth3 -> oauth3.org
This commit is contained in:
parent
69add2a80f
commit
2cc96fef6e
|
@ -15,7 +15,7 @@
|
||||||
|
|
||||||
<!-- TODO permanently cache with appcache (or service worker?) -->
|
<!-- TODO permanently cache with appcache (or service worker?) -->
|
||||||
<!-- TODO slim this all down to a single file -->
|
<!-- TODO slim this all down to a single file -->
|
||||||
<script src="/assets/org.oauth3/oauth3.core.js"></script>
|
<script src="../../assets/oauth3.org/oauth3.core.js"></script>
|
||||||
<script>
|
<script>
|
||||||
;(function () {
|
;(function () {
|
||||||
'use strict';
|
'use strict';
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
<body>
|
<body>
|
||||||
OAuth3 RPC
|
OAuth3 RPC
|
||||||
|
|
||||||
<script src="/assets/org.oauth3/oauth3.core.js"></script>
|
<script src="../../assets/oauth3.org/oauth3.core.js"></script>
|
||||||
<script>
|
<script>
|
||||||
;(function () {
|
;(function () {
|
||||||
'use strict';
|
'use strict';
|
||||||
|
|
Loading…
Reference in New Issue