Diff

Differences From Artifact [73ed093e1a]:

To Artifact [6612ae670c]:


1
2
3

4
5
6
7
8
9
10
1


2
3
4
5
6
7
8
9

-
-
+







function clickOk() {

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

	window.close();

	return;
}

function clickCancel() {