commit
51f6437d4d
1 changed files with 4 additions and 4 deletions
|
@ -1,11 +1,11 @@
|
|||
$('#inbox_link').onclick = function() {
|
||||
$('#inbox_link').click(function() {
|
||||
$('#inbox').show();
|
||||
$('#send').hide();
|
||||
}
|
||||
$('#send_link').onclick = function() {
|
||||
});
|
||||
$('#send_link').click(function() {
|
||||
$('#inbox').hide();
|
||||
$('#send').show();
|
||||
}
|
||||
});
|
||||
|
||||
registerOnLoadFunction(function() {
|
||||
if (storage.getUnencrypted("number_id") === undefined) {
|
||||
|
|
Loading…
Add table
Reference in a new issue