Modified the backend

This commit is contained in:
Joe Bowser 2009-12-01 14:57:02 -08:00
parent e9f58961bb
commit 2f4dece26f

View File

@ -169,7 +169,7 @@ public class ContactManager {
if (all)
mView.loadUrl("javascript:navigator.ContactManager.droidDone()");
else
mView.loadUrl("javascript:navigator.Contacts.droidDoneContacts();");
mView.loadUrl("javascript:navigator.Contacts.droidDone();");
}
else
{