Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Join Zoom with DTMF Zoom Tools/JoinZoom_JoinText_4-1-1.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ page.passcode = function (input = '[error]', submitButton = 'Next') {
duration: 0,
feedback: "join_zoom_v_" + config.version + "~03~opr",
submit: submitButton,
placeholder: "Enter Passcode of Leave Blank",
placeholder: "Enter Passcode or Leave Blank",
type: 'Numeric' //SingleLine/Numeric/Password/PIN
}
return prompt.textInput(content)
Expand All @@ -101,7 +101,7 @@ page.passcode.error = function (input = '[error]', submitButton = 'Next') {
duration: 0,
feedback: "join_zoom_v_" + config.version + "~03~err",
submit: submitButton,
placeholder: "Enter Passcode of Leave Blank",
placeholder: "Enter Passcode or Leave Blank",
type: 'Numeric' //SingleLine/Numeric/Password/PIN
}
return prompt.textInput(content, true)
Expand Down Expand Up @@ -292,4 +292,4 @@ prompt.choice = function (source, error = false) {
})
}

export { prompt, page }
export { prompt, page }