Skip to content
This repository has been archived by the owner on Nov 25, 2020. It is now read-only.

Commit

Permalink
Re fix #777 : hidden columns were broken
Browse files Browse the repository at this point in the history
  • Loading branch information
cdujeu committed Jan 22, 2015
1 parent 4cc272c commit bb13433
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/src/plugins/gui.ajax/res/js/ajaxplorer.js

Large diffs are not rendered by default.

Expand Up @@ -324,10 +324,10 @@ Class.create("FilesList", SelectableElements, {
change = true;
}
if(change){
this.setUserPreference("columns_visibility", this.hiddenColumns);
this.initGUI();
this.empty(true);
this.fill(this.crtContext);
this.setUserPreference("columns_visibility", this.hiddenColumns);
}

},
Expand Down

0 comments on commit bb13433

Please sign in to comment.