UNPKG

spark-oauth-sample

Version:

This is a Spark OAuth Sample. It contains a) web interface of requesting token, b) a token management center.

6 lines 148 B
window.onload = function () { var fm = document.getElementsByTagName('form')[0]; fm.onsubmit = function () { fm.s1.disabled = 'disabled'; }; };