add library access to new user page

This commit is contained in:
Luke Pulverenti 2014-10-29 22:06:05 -04:00
parent 06b84f98d1
commit 7884354722
5 changed files with 128 additions and 21 deletions

View file

@ -51,9 +51,7 @@
} else {
user = { Name: $('#txtUsername', form).val() };
ApiClient.createUser(user).done(onSaveComplete);
ApiClient.createUser($('#txtUsername', form).val()).done(onSaveComplete);
}
});