|
@@ -29,7 +29,7 @@ var Toolbar = (function (my) {
|
29
|
29
|
if (sharedKey) {
|
30
|
30
|
$.prompt("Are you sure you would like to remove your secret key?",
|
31
|
31
|
{
|
32
|
|
- title: "Remove secrect key",
|
|
32
|
+ title: "Remove secret key",
|
33
|
33
|
persistent: false,
|
34
|
34
|
buttons: { "Remove": true, "Cancel": false},
|
35
|
35
|
defaultButton: 1,
|
|
@@ -42,7 +42,7 @@ var Toolbar = (function (my) {
|
42
|
42
|
}
|
43
|
43
|
);
|
44
|
44
|
} else {
|
45
|
|
- $.prompt('<h2>Set a secrect key to lock your room</h2>' +
|
|
45
|
+ $.prompt('<h2>Set a secret key to lock your room</h2>' +
|
46
|
46
|
'<input id="lockKey" type="text" placeholder="your shared key" autofocus>',
|
47
|
47
|
{
|
48
|
48
|
persistent: false,
|
|
@@ -142,7 +142,7 @@ var Toolbar = (function (my) {
|
142
|
142
|
$.prompt('<h2>Configure your conference</h2>' +
|
143
|
143
|
'<input type="checkbox" id="initMuted"> Participants join muted<br/>' +
|
144
|
144
|
'<input type="checkbox" id="requireNicknames"> Require nicknames<br/><br/>' +
|
145
|
|
- 'Set a secrect key to lock your room: <input id="lockKey" type="text" placeholder="your shared key" autofocus>',
|
|
145
|
+ 'Set a secret key to lock your room: <input id="lockKey" type="text" placeholder="your shared key" autofocus>',
|
146
|
146
|
{
|
147
|
147
|
persistent: false,
|
148
|
148
|
buttons: { "Save": true, "Cancel": false},
|
|
@@ -285,4 +285,4 @@ var Toolbar = (function (my) {
|
285
|
285
|
};
|
286
|
286
|
|
287
|
287
|
return my;
|
288
|
|
-}(Toolbar || {}));
|
|
288
|
+}(Toolbar || {}));
|