ソースを参照

Cosmetic fixes for column length lint errors

j8
Aaron van Meerten 8年前
コミット
6d664f133e
1個のファイルの変更3行の追加1行の削除
  1. 3
    1
      modules/UI/recording/Recording.js

+ 3
- 1
modules/UI/recording/Recording.js ファイルの表示

@@ -64,7 +64,9 @@ function _requestLiveStreamId() {
64 64
                     name="streamId" type="text"
65 65
                     data-i18n="[placeholder]dialog.streamKey"
66 66
                     autofocus><div style="text-align: right">
67
-                    <a class="link" target="_new" href="https://jitsi.org/live">`+streamIdHelp+`</a></div>`,
67
+                    <a class="link" target="_new" 
68
+                    href="https://jitsi.org/live">`+streamIdHelp+
69
+                    `</a></div>`,
68 70
                 persistent: false,
69 71
                 buttons: [
70 72
                     {title: cancelButton, value: false},

読み込み中…
キャンセル
保存