Diff

Differences From Artifact [73ed093e1a]:

To Artifact [6612ae670c]:


1
2
3
4
5
6
7
8
9
10
function clickOk() {

	parentWindow.pinWindowDidWork = 1;

	window.close();

	return;
}

function clickCancel() {

<
|







1

2
3
4
5
6
7
8
9
function clickOk() {

	parentWindow.pinWindowPINValue = document.getElementById('pin').value;

	window.close();

	return;
}

function clickCancel() {