From ed612126a8f91c11729d1271dbf7cd97d7cad954 Mon Sep 17 00:00:00 2001 From: ryounes Date: Tue, 5 Jul 2011 19:19:10 +0000 Subject: [PATCH] NIHVIVO-2790 Make vitro:moniker displayable and editable (but not addable) so existing values can be managed by editors post-1.3 upgrade. --- productMods/edit/forms/js/customFormWithAutocomplete.js | 2 +- productMods/js/individual/individualUtils.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/productMods/edit/forms/js/customFormWithAutocomplete.js b/productMods/edit/forms/js/customFormWithAutocomplete.js index 597388b0..9c05765d 100644 --- a/productMods/edit/forms/js/customFormWithAutocomplete.js +++ b/productMods/edit/forms/js/customFormWithAutocomplete.js @@ -234,7 +234,7 @@ var customForm = { type: customForm.acType }, complete: function(xhr, status) { - // Not sure why, but we need an explicit json parse here. jQuery + // Not sure why, but we need an explicit json parse here. var results = $.parseJSON(xhr.responseText), filteredResults = customForm.filterAcResults(results); customForm.acCache[request.term] = filteredResults; diff --git a/productMods/js/individual/individualUtils.js b/productMods/js/individual/individualUtils.js index d50b357d..0fd62c8c 100644 --- a/productMods/js/individual/individualUtils.js +++ b/productMods/js/individual/individualUtils.js @@ -8,7 +8,7 @@ $(document).ready(function(){ // Change background color button when verbose mode is off $('a#verbosePropertySwitch:contains("Turn off")').addClass('verbose-off'); - //This function creates and styles the "qTip" tooltip that displays the resource uri when the user clicks the uri icon. + // This function creates and styles the "qTip" tooltip that displays the resource uri when the user clicks the uri icon. $('#uriIcon').each(function() { $(this).qtip(