Skip to content

Commit

Permalink
form changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-rajneeshkumar committed Nov 8, 2023
1 parent a4c77b1 commit c0768df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blocks/quote-request/quote-request.js
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ function iframeResizehandler(formUrl, id, root) {

async function loadIframeForm(data, type) {
loadScript('../../scripts/iframeResizer.min.js');
const formUrl = 'https://info.moleculardevices.com/rfq';
const formUrl = 'https://info.moleculardevices.com/rfq-bundle';//https://info.moleculardevices.com/rfq

Check failure on line 135 in blocks/quote-request/quote-request.js

View workflow job for this annotation

GitHub Actions / build

Expected exception block, space or tab after '//' in comment
const root = document.getElementById('step-3');
const rfqRUM = { source: 'global' };
root.innerHTML = '';
Expand Down

0 comments on commit c0768df

Please sign in to comment.