From: Michael M Slusarz Date: Fri, 16 Jan 2009 06:13:34 +0000 (-0700) Subject: Should not be needed any more. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=2a47b266cffc69dba289236f87b55b5a8aa4365f;p=horde.git Should not be needed any more. --- diff --git a/imp/js/src/DimpCore.js b/imp/js/src/DimpCore.js index 35612bb9d..61f4a4247 100644 --- a/imp/js/src/DimpCore.js +++ b/imp/js/src/DimpCore.js @@ -18,7 +18,6 @@ DimpCore = { acount: 0, remove_gc: [], server_error: 0, - view_id: 1, buttons: [ 'button_reply', 'button_forward', 'button_spam', 'button_ham', 'button_deleted' ], @@ -644,10 +643,3 @@ function popup_imp(url, w, h, args) { DimpCore.compose('new', args.toQueryParams().toObject()); } - -/* For attachment viewing to work, replaces the function from - * horde/templates/contents/open_view_win.js. */ -function view(url, uniqid) -{ - window.open(url, ++DimpCore.view_id + uniqid.replace(/\W/g, '_'), 'menubar=yes,toolbar=no,location=no,status=no,scrollbars=yes,resizable=yes'); -}