mirror of
https://github.com/twofas/2fas-browser-extension.git
synced 2024-11-25 03:30:26 +01:00
#1458 optionsPage - showDomainModal FIX
This commit is contained in:
parent
2909d2ccf4
commit
b15404bb0d
@ -19,7 +19,10 @@
|
||||
|
||||
const S = require('../../selectors');
|
||||
|
||||
const showDomainModal = () => {
|
||||
const showDomainModal = e => {
|
||||
e.preventDefault();
|
||||
e.stopPropagation();
|
||||
|
||||
const modalEl = document.querySelector(S.optionsPage.domainModal.element);
|
||||
const validation = document.querySelector(S.optionsPage.domainModal.validation);
|
||||
const inputEl = document.querySelector(S.optionsPage.domainModal.input);
|
||||
|
Loading…
Reference in New Issue
Block a user