aboutsummaryrefslogtreecommitdiff
path: root/static/mywatch.js
diff options
context:
space:
mode:
Diffstat (limited to 'static/mywatch.js')
-rw-r--r--static/mywatch.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/static/mywatch.js b/static/mywatch.js
index 7ea728e..02d0bf6 100644
--- a/static/mywatch.js
+++ b/static/mywatch.js
@@ -75,6 +75,7 @@ $(function() {
});
$("#serverList a").on("click", function() {
var server = $(this).text();
+ document.title = server + ' — ' + 'MyWatch';
$(this).parent().parent().find('.active').removeClass('active');
$(this).parent().addClass('active');
clearInterval(interval);