FE-61: target fix

This commit is contained in:
Ildar Galeev 2016-10-25 19:18:23 +03:00
parent dee2f598f8
commit 1657ebf72a

View File

@ -19,7 +19,7 @@ export default class Form3ds {
}
this.element.appendChild(formParam);
});
this.element.setAttribute('target', '_self');
this.element.setAttribute('target', '_top');
}
render() {