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

Commit

Permalink
Fix #172 - JS error when zimlet is available but disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
sanchezfauste committed May 30, 2018
1 parent 8c36d6c commit 883b504
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion zimlet/UploadToDavDialog.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ function UploadToDavDialog(parent) {
this._createUploadHtml();
}

var zimletInstance = appCtxt._zimletMgr.getZimletByName('tk_barrydegraaff_owncloud_zimlet').handlerObject;
UploadToDavDialog.prototype = new DwtDialog();
UploadToDavDialog.prototype.constructor = UploadToDavDialog;

Expand Down

0 comments on commit 883b504

Please sign in to comment.