git ssb

30+

cel / git-ssb-web



Commit b931de09b690c08ecddb730270986772fdc37759

Tweak title to show git-ssb in front making it easier to find with many tabs open

Anders Rune Jensen committed on 12/22/2016, 7:35:37 PM
Parent: 23f06dc2e853daaf5fedd6ba7d44ae0a8367da4f

Files changed

index.jschanged
index.jsView
@@ -439,9 +439,9 @@
439439 [code || 200, {
440440 'Content-Type': 'text/html'
441441 }],
442442 '<!doctype html><html><head><meta charset=utf-8>',
443- '<title>' + (title || app) + '</title>',
443 + '<title>' + app + (title != undefined ? ' - ' + title : '') + '</title>',
444444 '<link rel=stylesheet href="/static/styles.css"/>',
445445 '<link rel=stylesheet href="/highlight/foundation.css"/>',
446446 '</head>\n',
447447 '<body>',

Built with git-ssb-web