Fix error on login

--Should be 'listSwifts' not 'listSwift'
This commit is contained in:
bfederle 2011-12-23 14:39:13 -05:00
parent c2c0d09154
commit 678ea310d8

View File

@ -236,7 +236,7 @@
});
$.ajax({
url: createURL("listSwift"),
url: createURL("listSwifts"),
dataType: "json",
async: false,
success: function(json) {