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

Commit 87f239d

Browse files
author
Barry de Graaff
authored
Merge pull request #173 from sanchezfauste/fix_172
Fix #172 - JS error when zimlet is available but disabled
2 parents 8c36d6c + 883b504 commit 87f239d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

zimlet/UploadToDavDialog.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ function UploadToDavDialog(parent) {
44
this._createUploadHtml();
55
}
66

7-
var zimletInstance = appCtxt._zimletMgr.getZimletByName('tk_barrydegraaff_owncloud_zimlet').handlerObject;
87
UploadToDavDialog.prototype = new DwtDialog();
98
UploadToDavDialog.prototype.constructor = UploadToDavDialog;
109

0 commit comments

Comments
 (0)