UNPKG
rue-mist-interface
Version:
latest (1.2.6)
1.2.6
1.2.4
1.2.3
1.2.2
1.2.1
1.2.0
1.1.9
1.1.8
1.1.7
1.1.6
0.1.7
0.1.6
0.1.5
0.1.4
0.1.3
0.1.2
Mist interface application
github.com/ethereum/mist
ethereum/mist
rue-mist-interface
/
client
/
templates
/
popupWindows
/
clientUpdateAvailable.js
16 lines
(12 loc)
•
309 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/** Template Controllers
@module
Templates
*/
Template
[
'popupWindows_clientUpdateAvailable'
].
events
({
'click .ok'
:
function
(
e
) { ipc.
send
(
'backendAction_windowCallback'
,
'update'
); },
'click .cancel'
:
function
(
e
) { ipc.
send
(
'backendAction_windowCallback'
,
'skip'
); }, });