projects
/
brisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4c34b19
)
add bold for your user to js code
author
Matteo Nastasi
<nastasi@alternativeoutput.it>
Fri, 17 Apr 2020 05:42:03 +0000
(07:42 +0200)
committer
Matteo Nastasi
<nastasi@alternativeoutput.it>
Fri, 17 Apr 2020 05:42:03 +0000
(07:42 +0200)
web/room.js
patch
|
blob
|
history
diff --git
a/web/room.js
b/web/room.js
index
26d78e9
..
db26f81
100644
(file)
--- a/
web/room.js
+++ b/
web/room.js
@@
-443,6
+443,9
@@
function j_tab_cont(table_idx, data)
var content = '';
for (i = 0 ; i < data.length ; i++) {
+ if (data[i][1] == window.myname) {
+ data[i][0] |= 1;
+ }
content += j_stand_tdcont(data[i]);
content += '<br>';