Skip to content
This repository was archived by the owner on May 22, 2019. It is now read-only.

Commit f16e8b4

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 74785f3 + f040cfd commit f16e8b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

js/greeter.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ $(document).ready(function () {
4949
userList = $('#user-list2');
5050
for (var i in lightdm.users) {
5151
var user = lightdm.users[i];
52-
var tux = 'img/screenshot1.jpg';
52+
var tux = 'img/antergos-logo-user.png';
5353
var imageSrc = user.image.length > 0 ? user.image : tux;
5454
var lastSession = localStorage.getItem(user.name);
5555
if (lastSession == null && lastSession == undefined) {
@@ -347,7 +347,7 @@ function authentication_complete() {
347347
log("authentication_complete()");
348348
authPending = false;
349349
$('#timerArea').hide();
350-
var selSession = $('.selected').attr('id');
350+
var selSession = $('.selected').attr('data-session-id');
351351
if (lightdm.is_authenticated) {
352352
log("authenticated !");
353353
lightdm.login(lightdm.authentication_user, selSession);

0 commit comments

Comments
 (0)