fixing internal links in table
This commit is contained in:
@@ -101,7 +101,7 @@ Table.prototype.applyTableInfo = function()
|
||||
{
|
||||
if(sKey=='warning' && sValue!='') databap.addWarningBefore(sValue, tableself.sFeedBackBoxId);
|
||||
//debug('key='+sKey+', value='+sValue);
|
||||
$('#read_'+sKey).html(sValue.replace(/(?:\r\n|\r|\n)/g, '<br />'));
|
||||
$('#read_'+sKey).html(sValue); //sValue.replace(/(?:\r\n|\r|\n)/g, '<br />')
|
||||
$('#'+sKey).val(sValue);
|
||||
});
|
||||
tableself.setDisplay(tableself.DISPLAY_READ);
|
||||
|
||||
Reference in New Issue
Block a user