Let the toggleIcon() method reset the icon.
[Sone.git] / src / main / resources / static / javascript / sone.js
index a465b24..0bed52b 100644 (file)
@@ -1028,7 +1028,6 @@ function resetActivity() {
        if (title.indexOf('(') == 0) {
                document.title = title.substr(title.indexOf(' ') + 1);
        }
-       changeIcon("images/icon.png");
 }
 
 function setActivity() {