git ssb

16+

Dominic / patchbay



Commit cca9b37ae5ee0f8f7437136236d956a01ce10a16

set tab.title not id, so that the location stil shows the id, but the tab title shows the name

Dominic Tarr committed on 10/25/2016, 3:30:19 PM
Parent: 0e8b5960a55bb51280320035b8d4cb1ecd883988

Files changed

modules/thread.jschanged
modules/thread.jsView
@@ -69,9 +69,9 @@
6969 )
7070 )
7171
7272 message_name(id, function (err, name) {
73- div.id = name
73 + div.title = name
7474 })
7575
7676 pull(
7777 sbot_links({

Built with git-ssb-web