Make popup a little nicer to look at
Also add a little auto-suggestion contacts list. For now it just contains your own number.
This commit is contained in:
parent
2ae5628122
commit
a67ab3a46f
3 changed files with 123 additions and 15 deletions
|
@ -59,8 +59,12 @@ registerOnLoadFunction(function() {
|
|||
fillMessages();
|
||||
});
|
||||
fillMessages();
|
||||
$('.my-number').text(storage.getUnencrypted("number_id").split(".")[0]);
|
||||
storage.putUnencrypted("unreadCount", 0);
|
||||
chrome.browserAction.setBadgeText({text: ""});
|
||||
$("#me").click(function() {
|
||||
$('#popup_send_numbers').val($('.my-number').text());
|
||||
});
|
||||
|
||||
$("#popup_send_button").click(function() {
|
||||
var numbers = [];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue