add missing script

This commit is contained in:
ansuz
2016-07-25 11:09:25 +02:00
parent 2351d8a23e
commit 992bc4f449
3 changed files with 28 additions and 13 deletions

View File

@@ -445,7 +445,6 @@ define([
var lastName = getLastName();
if (typeof(lastName) === 'string' && lastName.length) {
console.log("Setting previous name to %s", lastName);
setName(lastName);
}
};