Забытый выхлоп в консоль.
This commit is contained in:
parent
a1408072d6
commit
7b8ffdfd6a
@ -235,8 +235,6 @@ function add_cb(id, name, main, indata = '') {
|
|||||||
cb_date[cb_id] = id;
|
cb_date[cb_id] = id;
|
||||||
cb_rdate[id] = cb_id;
|
cb_rdate[id] = cb_id;
|
||||||
|
|
||||||
console.log(cb_ndate, name, cb_ndate['Системные сообщения'], cb_ndate['Чат']);
|
|
||||||
|
|
||||||
if (cb_ndate[name] !== undefined) {
|
if (cb_ndate[name] !== undefined) {
|
||||||
let j = 1,
|
let j = 1,
|
||||||
name2 = '';
|
name2 = '';
|
||||||
@ -1018,7 +1016,7 @@ function priemOnUser(pr, id, nm, onInUser, img) {
|
|||||||
win.add(`iusepr${pr}`, `Используем "${nm}" `, '<center>Укажите логин персонажа:<br><small>(можно щелкнуть по логину в чате)</small></center>', {
|
win.add(`iusepr${pr}`, `Используем "${nm}" `, '<center>Укажите логин персонажа:<br><small>(можно щелкнуть по логину в чате)</small></center>', {
|
||||||
'a1': `usePriemNow(\'${pr}\');`,
|
'a1': `usePriemNow(\'${pr}\');`,
|
||||||
'usewin': `chat.inObj = $(\'#usePriemLogin${pr}\');$(\'#usePriemLogin${pr}\').focus()`,
|
'usewin': `chat.inObj = $(\'#usePriemLogin${pr}\');$(\'#usePriemLogin${pr}\').focus()`,
|
||||||
'd': `<center><input style="width:96%; margin:5px;" id="usePriemLogin${pr}" class="inpt2" type="text" onKeyPress="javascript: if (event.keyCode==13) { usePriemNow(\'${pr}\');win.closew(\'iusepr${pr}\'); } " value="${onInUser}"></center>`
|
'd': `<center><input style="width:96%; margin:5px;" id="usePriemLogin${pr}" class="inpt2" type="text" onKeyPress="if (event.keyCode==13) { usePriemNow(\'${pr}\');win.closew(\'iusepr${pr}\'); } " value="${onInUser}"></center>`
|
||||||
}, 3, styleWin, 'min-width:300px;');
|
}, 3, styleWin, 'min-width:300px;');
|
||||||
|
|
||||||
chat.inObj = $(`#usePriemLogin${pr}`);
|
chat.inObj = $(`#usePriemLogin${pr}`);
|
||||||
|
Loading…
Reference in New Issue
Block a user