From: David ‘Bombe’ Roden Date: Thu, 27 Jan 2011 08:37:54 +0000 (+0100) Subject: Let the toggleIcon() method reset the icon. X-Git-Tag: 0.4.4^2~22 X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=commitdiff_plain;h=90b3a56445528f7331eeb0d47c65242e9dc51059 Let the toggleIcon() method reset the icon. --- diff --git a/src/main/resources/static/javascript/sone.js b/src/main/resources/static/javascript/sone.js index a465b24..0bed52b 100644 --- a/src/main/resources/static/javascript/sone.js +++ b/src/main/resources/static/javascript/sone.js @@ -1028,7 +1028,6 @@ function resetActivity() { if (title.indexOf('(') == 0) { document.title = title.substr(title.indexOf(' ') + 1); } - changeIcon("images/icon.png"); } function setActivity() {