mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-01-25 16:59:10 +01:00
fix repository archive function for ie
This commit is contained in:
@@ -294,8 +294,6 @@ Sonia.repository.Panel = Ext.extend(Sonia.rest.Panel, {
|
||||
toggleArchive: function(){
|
||||
var item = this.getSelectedRepository();
|
||||
if ( item ){
|
||||
console.debug(item);
|
||||
|
||||
item.archived = ! item.archived;
|
||||
if (debug){
|
||||
console.debug('toggle repository ' + item.name + ' archive to ' + item.archived);
|
||||
|
||||
Reference in New Issue
Block a user