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(); }); });