Remove empty code block
This commit is contained in:
Родитель
3c576194f2
Коммит
d77b7244f9
|
@ -4,3 +4,4 @@ filter:
|
|||
- 'js/lib/passwordgen.js'
|
||||
- 'l10n/'
|
||||
- 'tests/'
|
||||
- 'js/lib/API/tabs.js'
|
|
@ -6,14 +6,9 @@
|
|||
API.runtime.onConnect.addListener(function (port) {
|
||||
|
||||
port.onMessage.addListener(function (msg) {
|
||||
|
||||
if (msg === 'credential_amount') {
|
||||
port.postMessage('credential_amount:' + local_credentials.length);
|
||||
}
|
||||
if (msg === 'getByUrl') {
|
||||
|
||||
}
|
||||
|
||||
});
|
||||
|
||||
});
|
||||
|
|
Загрузка…
Ссылка в новой задаче