Browse Source

Fixes #27

sisyphus
Dustin Falgout 9 years ago
parent
commit
8eb6c59905
  1. 2
      themes/antergos/js/greeter.js

2
themes/antergos/js/greeter.js

@ -324,7 +324,7 @@ $(document).ready(function() {
*/
window.imgNotFound = function(source) {
source.src = 'img/antergos-logo-user.jpg';
source.src = 'img/antergos-logo-user.png';
source.onerror = "";
return true;
};

Loading…
Cancel
Save