Skip to content

Commit a0b3ac6

Browse files
committed
�Updated readme and removed jquery
1 parent 80c765e commit a0b3ac6

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ var gmail = Gmail();
4040
- gmail.get **.unread_notification_emails()**
4141
- gmail.get **.unread_promotion_emails()**
4242
- gmail.get **.unread_social_emails()**
43+
- gmail.get **.last_active()**
44+
- gmail.get **.loggedin_accounts()**
4345
- gmail.get **.beta()**
4446

4547

src/gmail.js renamed to gmail.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
var jq = document.createElement('script');
2-
jq.src = "https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js";
3-
document.getElementsByTagName('body')[0].appendChild(jq);
4-
5-
61
var Gmail = function() {
72

83
var api = {

0 commit comments

Comments
 (0)