CC-2937: Remove the word "Metadata" from metadata popup window

- done
This commit is contained in:
James 2011-10-06 12:39:10 -04:00
parent 04bcd47a31
commit 03a339bfeb
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ function dtRowCallback( nRow, aData, iDisplayIndex, iDisplayIndexFull ) {
content: {
text: "Loading...",
title: {
text: aData[1] + " MetaData"
text: aData[1]
},
ajax: {
url: "/Library/get-file-meta-data",