|
@@ -133,7 +133,7 @@ function _requestLiveStreamId() {
|
133
|
133
|
*/
|
134
|
134
|
function _requestRecordingToken() {
|
135
|
135
|
let titleKey = "dialog.recordingToken";
|
136
|
|
- let messageString = (
|
|
136
|
+ let msgString = (
|
137
|
137
|
`<input name="recordingToken" type="text"
|
138
|
138
|
data-i18n="[placeholder]dialog.token"
|
139
|
139
|
class="input-control"
|
|
@@ -142,7 +142,7 @@ function _requestRecordingToken() {
|
142
|
142
|
return new Promise(function (resolve, reject) {
|
143
|
143
|
dialog = APP.UI.messageHandler.openTwoButtonDialog({
|
144
|
144
|
titleKey,
|
145
|
|
- messageString,
|
|
145
|
+ msgString,
|
146
|
146
|
leftButtonKey: 'dialog.Save',
|
147
|
147
|
submitFunction: function (e, v, m, f) {
|
148
|
148
|
if (v && f.recordingToken) {
|