From ba646da07844c99dc00f8efbe9431d502d4ed0fb Mon Sep 17 00:00:00 2001 From: Maximilian Mader Date: Fri, 5 Sep 2014 21:12:48 +0200 Subject: [PATCH 1/2] Fix typo in be.bastelstu.Chat.litcoffee --- file/js/be.bastelstu.Chat.litcoffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/file/js/be.bastelstu.Chat.litcoffee b/file/js/be.bastelstu.Chat.litcoffee index 724bba3..c404489 100644 --- a/file/js/be.bastelstu.Chat.litcoffee +++ b/file/js/be.bastelstu.Chat.litcoffee @@ -101,7 +101,7 @@ Initialize **Tims Chat**. Bind needed DOM events and initialize data structures. When **Tims Chat** becomes focused mark the chat as active and remove the number of new messages from the title. $(window).focus -> - document.title = v.titleTemplate.fetch(roomList.active) if roomList.active?.title? and roomList.active.topic.trim() isnt '' + document.title = v.titleTemplate.fetch(roomList.active) if roomList.active?.title? and roomList.active.title.trim() isnt '' newMessageCount = 0 isActive = true From c074261521b1c21c73293287a8137c2e5db69815 Mon Sep 17 00:00:00 2001 From: Maximilian Mader Date: Tue, 9 Sep 2014 23:58:07 +0200 Subject: [PATCH 2/2] Fix system breaking bug(s). --- language/de.xml | 2 +- language/en.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/language/de.xml b/language/de.xml index c0c0054..61bc6ec 100644 --- a/language/de.xml +++ b/language/de.xml @@ -152,7 +152,7 @@ Probieren Sie, den Chat neu zu laden