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

Commit

Permalink
Merge pull request #173 from sanchezfauste/fix_172
Browse files Browse the repository at this point in the history
Fix #172 - JS error when zimlet is available but disabled
  • Loading branch information
Barry de Graaff authored May 31, 2018
2 parents 8c36d6c + 883b504 commit 87f239d
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 87f239d

Please sign in to comment.