NIHVIVO-2790 Make vitro:moniker displayable and editable (but not addable) so existing values can be managed by editors post-1.3 upgrade.
This commit is contained in:
parent
89642dade5
commit
ed612126a8
2 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue