unify getItemInfo between search and databap
This commit is contained in:
2
jquery/databap.js
vendored
2
jquery/databap.js
vendored
@@ -610,7 +610,7 @@ function Databap()
|
||||
{
|
||||
//Filling up the item line
|
||||
var $verHtml = $(self.consts.versionHtml);
|
||||
$verHtml.find('#description').html(asItemInfo.description);
|
||||
$verHtml.find('#description').html(asItemInfo.title);
|
||||
$verHtml.find('#author_name').html(asItemInfo.name);
|
||||
$verHtml.find('#author_company').html(asItemInfo.company);
|
||||
$verHtml.find('#led').html(asItemInfo.led);
|
||||
|
||||
Reference in New Issue
Block a user