Merge pull request #131 from lorenzhs/fixfavico

Reset favico on unloading. Should resolve bookmark favicon issue.
with-route-provider
David Cormier 12 years ago
commit 69bd30d509
  1. 1
      js/glowingbear.js

@ -715,6 +715,7 @@ weechat.controller('WeechatCtrl', ['$rootScope', '$scope', '$store', '$timeout',
// Prevent user from accidentally leaving the page
window.onbeforeunload = function(event) {
event.preventDefault();
$scope.favico.reset();
};
}]

Loading…
Cancel
Save