Skip to content

Commit

Permalink
cleanWindow
Browse files Browse the repository at this point in the history
  • Loading branch information
pavel-stastny committed Jan 29, 2015
1 parent 9acc1e3 commit f253d03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/main/webapp/js/item/downloadItem.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ DownloadItem.prototype.doAction = function() {
if (act != null) {
act.object.doAction();
}
cleanWindow();
/*cleanWindow();*/
}

DownloadItem.prototype.init = function() {
Expand Down

0 comments on commit f253d03

Please sign in to comment.