Skip to content
This repository has been archived by the owner on Dec 20, 2023. It is now read-only.

Commit

Permalink
do not allow re-arrange columns
Browse files Browse the repository at this point in the history
  • Loading branch information
Barry de Graaff committed Nov 1, 2016
1 parent a4d260e commit 1ac8fc6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions zimlet/OwnCloudListView.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@ OwnCloudListView.prototype._handleColHeaderResize = function () {
//Currently not implemented
};

OwnCloudListView.prototype._mouseMoveListener = function () {
//Currently not implemented
};

OwnCloudListView.prototype._getHeaderList = function () {
var headers = [];
headers.push(new DwtListHeaderItem({
Expand Down

0 comments on commit 1ac8fc6

Please sign in to comment.