unify getItemInfo between search and databap

This commit is contained in:
lutranf
2014-09-03 18:12:48 +02:00
parent 73a4866a8e
commit 2c8adebc45
5 changed files with 40 additions and 17 deletions

2
jquery/databap.js vendored
View File

@@ -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);