Home | History | Annotate | Download | only in webapp

Lines Matching refs:code

2 // Use of this source code is governed by a BSD-style license that can be
71 var accessCodeDisplay = document.getElementById('access-code-display');
73 // Display the access code in groups of four digits for readability.
77 nextFourDigits.className = 'access-code-digit-group';
90 // This can only happen if the cloud tells us that the code lifetime is
92 console.error('Access code already invalid on receipt!');
180 * @type {boolean} Whether or not the access code timeout countdown is running.
186 * @type {number} The id of the access code expiry countdown timer.
192 * @type {number} The number of seconds until the access code expires.
208 * Stop the access code timeout countdown if it is running.
219 * Constants controlling the access code timer countdown display.
238 var accessCode = document.getElementById('access-code-display');
245 document.getElementById('access-code-countdown').hidden =
252 * Update the text and appearance of the access code timeout element to