From bfb9ba1b7004efa695b5681594140b781e57feb3 Mon Sep 17 00:00:00 2001 From: Tim Hobbs Date: Fri, 21 Mar 2014 16:17:39 -0700 Subject: [PATCH] Fixed typo --- dashboard-ui/editcollectionitems.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard-ui/editcollectionitems.html b/dashboard-ui/editcollectionitems.html index 23178307c9..4bce278254 100644 --- a/dashboard-ui/editcollectionitems.html +++ b/dashboard-ui/editcollectionitems.html @@ -74,7 +74,7 @@ $('.collectionItemSearchForm').off('submit', EditCollectionItemsPage.onSearchFormSubmit).on('submit', EditCollectionItemsPage.onSearchFormSubmit); $(document).on("pageinit", function () { $(".popupIdentify").on("popupafteropen", function (e) { - $("#txtLookupName").focus().selct(); + $("#txtLookupName").focus().select(); }); });