]> code.citadel.org Git - citadel.git/blobdiff - webcit/static/wclib.js
* Removed arbitrary upper bound in message select array, after realizing that
[citadel.git] / webcit / static / wclib.js
index 23ef4f8ddd712a3a5f4f261fe4e36009d1517976..3b9574006c791744a2fb6e1f9cc3fefccab01dac 100644 (file)
@@ -55,7 +55,7 @@ function activate_entmsg_autocompleters() {
 // Static variables for mailbox view...
 //
 var CtdlNumMsgsSelected = 0;
-var CtdlMsgsSelected = new Array(65536);       // arbitrary
+var CtdlMsgsSelected = new Array();
 
 // This gets called when you single click on a message in the mailbox view.
 // We know that the element id of the table row will be the letter 'm' plus the message number.