make metadata path configurable

This commit is contained in:
Luke Pulverenti
2014-03-25 17:13:55 -04:00
parent 3caaa0fbc2
commit a41f301fe2
16 changed files with 366 additions and 329 deletions
-3
View File
@@ -72,9 +72,6 @@
<script type="text/javascript">
$('.collectionItemSearchForm').off('submit', EditCollectionItemsPage.onSearchFormSubmit).on('submit', EditCollectionItemsPage.onSearchFormSubmit);
$("body").on("popupafteropen", ".popupIdentify", function (e) {
$("#txtLookupName").focus().select();
});
</script>
</div>
</body>