NIHVIVO-2163: Added markup and styles for verbose mode in individual admin panel.
This commit is contained in:
parent
236b517105
commit
4d240f97d5
2 changed files with 14 additions and 0 deletions
|
@ -5,4 +5,6 @@ $(document).ready(function(){
|
|||
// "more"/"less" HTML truncator for showing more or less content in data property core:overview
|
||||
$('.overview-value').truncate({max_length: 500});
|
||||
|
||||
// Change background color button when verbose mode is off
|
||||
$('#verbosePropertyForm input#submit[value="Turn off"]').addClass("verbose-off")
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue