選択できるのは25トピックまでです。
トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
123456789101112 |
- /* global APP */
- /**
- * Reloads the page.
- *
- * @returns {void}
- * @protected
- */
- export function reconnectNow() {
- // FIXME: In future we should dispatch an action here that will result
- // in reload.
- APP.ConferenceUrl.reload();
- }
|