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:
ryounes 2011-07-05 19:19:10 +00:00
parent 89642dade5
commit ed612126a8
2 changed files with 2 additions and 2 deletions

View file

@ -234,7 +234,7 @@ var customForm = {
type: customForm.acType type: customForm.acType
}, },
complete: function(xhr, status) { 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), var results = $.parseJSON(xhr.responseText),
filteredResults = customForm.filterAcResults(results); filteredResults = customForm.filterAcResults(results);
customForm.acCache[request.term] = filteredResults; customForm.acCache[request.term] = filteredResults;

View file

@ -8,7 +8,7 @@ $(document).ready(function(){
// Change background color button when verbose mode is off // Change background color button when verbose mode is off
$('a#verbosePropertySwitch:contains("Turn off")').addClass('verbose-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() $('#uriIcon').each(function()
{ {
$(this).qtip( $(this).qtip(