[Checkins] SVN: zope3org/trunk/src/zorg/wikification/browser/scripts/comment.js Remove obsolete javascript for comments

Uwe Oestermeier uwe_oestermeier at iwm-kmrc.de
Fri May 26 06:39:43 EDT 2006


Log message for revision 68306:
  Remove obsolete javascript for comments

Changed:
  D   zope3org/trunk/src/zorg/wikification/browser/scripts/comment.js

-=-
Deleted: zope3org/trunk/src/zorg/wikification/browser/scripts/comment.js
===================================================================
--- zope3org/trunk/src/zorg/wikification/browser/scripts/comment.js	2006-05-26 10:34:40 UTC (rev 68305)
+++ zope3org/trunk/src/zorg/wikification/browser/scripts/comment.js	2006-05-26 10:39:43 UTC (rev 68306)
@@ -1,15 +0,0 @@
-// ===========================================================================
-// COMMENT FUNCTIONS
-// ===========================================================================
-
-
-function showAddCommentWindow() {
-    var features='screenX=445,screenY=220,height=400,width=700,scrollbars=1,' +
-                'dependent=0,directories=0,fullscreen=0,location=0,menubar=0,' +
-                'resizeable=0,status=0,toolbar=0';
-    
-    var win = window.open("wikiaddcomment.html", "Add Comment", features);
-    win.focus();
-    return true;
-}
-



More information about the Checkins mailing list