View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0007336 | module PayPal | module PayPal - sub | public | 2022-07-14 13:02 | 2023-06-29 09:19 |
| Reporter | QA | Assigned To | |||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | open | ||
| Product Version | 6.4.1 | ||||
| Summary | 0007336: Missing semikolon breaks further JS scripts. | ||||
| Description | source/modules/oe/oepaypal/views/tpl/installment_banners.tpl line 53-55. Is: window.onresize = function () { initWhenPayPalMessageAvailable(); } Should Zeile 53-55: window.onresize = function () { initWhenPayPalMessageAvailable(); }; When the JS scripts are getting merged, then a syntax like this can happen: window.onresize = function() { initWhenPayPalMessageAvailable(); }(function() { var _tsid Which will break the code. | ||||
| Tags | No tags attached. | ||||