diff options
author | Johan "Papa" Cwiklinski <trasher@odysseus.(none)> | 2010-08-01 13:18:39 +0200 |
---|---|---|
committer | Johan "Papa" Cwiklinski <trasher@odysseus.(none)> | 2010-08-01 13:18:39 +0200 |
commit | 8aebf3179ed6b21d638218985922dc96fdcbb3c3 (patch) | |
tree | 14a37f46506e26f601b7fd0e077e85f305be7caa /scripts | |
parent | 10f084bb32721f81c07292af92f5cd39e681ee08 (diff) |
Remove hack that renames devel branch to rawhide
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/rpmphp.js | 3 |
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); |