OLD | NEW |
1 <!doctype html> | 1 <!doctype html> |
2 <html> | 2 <html> |
3 <head> | 3 <head> |
4 <title>Share dialog</title> | 4 <title>Share dialog</title> |
5 <script type="text/javascript" src="main.js"></script> | 5 <script type="text/javascript" src="main.js"></script> |
6 </head> | 6 </head> |
7 <body style="display: none"> | 7 <body style="display: none"> |
8 <div id="container"> | 8 <div id="container"> |
9 This is a mocked sharing dialog. | 9 This is a mocked sharing dialog. |
10 <button onclick="javascript:client.setVisible(false);">Close</button> | 10 <button onclick="javascript:shareDialog.setVisible(false);">Close</button> |
11 </div> | 11 </div> |
12 </body> | 12 </body> |
13 </html> | 13 </html> |
OLD | NEW |