summaryrefslogtreecommitdiffstats
path: root/scripts/rpmphp.js
diff options
context:
space:
mode:
authorJohan "Papa" Cwiklinski <trasher@odysseus.(none)>2010-08-01 09:10:38 +0200
committerJohan "Papa" Cwiklinski <trasher@odysseus.(none)>2010-08-01 09:10:38 +0200
commitb8307ab30e45b55d403f56ddf0a6715c00dd8d20 (patch)
tree146b7d1c713d9dbfdcfeaa98358a47cb0b99b775 /scripts/rpmphp.js
parent12b1b6ecf7c8cc0e6ff418443787d7c247aa413a (diff)
parent6e6d59bf0677c6b2d5b92a6abdab15a7ecaf9947 (diff)
Report Remi's modifications
Diffstat (limited to 'scripts/rpmphp.js')
-rw-r--r--scripts/rpmphp.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/rpmphp.js b/scripts/rpmphp.js
index 18dfa32..6723438 100644
--- a/scripts/rpmphp.js
+++ b/scripts/rpmphp.js
@@ -30,7 +30,7 @@ function initZoomJS(name)
if ( data.error ) {
alert(data.error);
} else {
- $('#' + name + '_desc').empty().html(data.devel.package.description);
+ $('#' + 'pkgdb_desc').empty().html(data.devel.package.description);
$.each(
data,
function(k, v){