-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpopup.html
More file actions
30 lines (25 loc) · 743 Bytes
/
popup.html
File metadata and controls
30 lines (25 loc) · 743 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<script src="jquery.js"></script>
<script src="popup.js"></script>
<script src="hover.js"></script>
<script src="sound.js"></script>
<script src="oauth2/oauth2.js"></script>
<script src="api.js"></script>
<link href="tooltip.css" rel="stylesheet" type="text/css">
<link href="jquery.qtip.min.css" rel="stylesheet" type="text/css">
<style>
.advanced-settings, .normal-settings {
display: none;
}
.advanced-settings.show, .normal-settings.show {
display: block;
}
</style>
<div class="normal-settings show" id="venmo_sign_in">
<button type="button" >Sign into Venmo</button>
</div>
<div>
</div>
<div class="normal-settings show" id="github_sign_in">
<button type="button">Sign into Github</button>
</div>