Let the toggleIcon() method reset the icon.
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Thu, 27 Jan 2011 08:37:54 +0000 (09:37 +0100)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Thu, 27 Jan 2011 08:37:54 +0000 (09:37 +0100)
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() {