summaryrefslogtreecommitdiffstats
path: root/scripts/rpmphp.js
diff options
context:
space:
mode:
authorJohan "Papa" Cwiklinski <trasher@odysseus.(none)>2010-08-01 13:18:39 +0200
committerJohan "Papa" Cwiklinski <trasher@odysseus.(none)>2010-08-01 13:18:39 +0200
commit8aebf3179ed6b21d638218985922dc96fdcbb3c3 (patch)
tree14a37f46506e26f601b7fd0e077e85f305be7caa /scripts/rpmphp.js
parent10f084bb32721f81c07292af92f5cd39e681ee08 (diff)
Remove hack that renames devel branch to rawhide
Diffstat (limited to 'scripts/rpmphp.js')
-rw-r--r--scripts/rpmphp.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/scripts/rpmphp.js b/scripts/rpmphp.js
index 6723438..91f4fb9 100644
--- a/scripts/rpmphp.js
+++ b/scripts/rpmphp.js
@@ -35,9 +35,6 @@ function initZoomJS(name)
data,
function(k, v){
_data = data[k];
- if ( k === 'devel' ) {
- k = 'rawhide';
- }
_owner_cell = $('#pkgdb_' + k + '_owner');
if ( _owner_cell ) {
_owner_cell.empty().text(_data.owner);