]> code.citadel.org Git - citadel.git/commitdiff
* wclib.js: fixed a syntax error
authorArt Cancro <ajc@citadel.org>
Fri, 2 Dec 2005 16:02:00 +0000 (16:02 +0000)
committerArt Cancro <ajc@citadel.org>
Fri, 2 Dec 2005 16:02:00 +0000 (16:02 +0000)
webcit/ChangeLog
webcit/static/wclib.js

index 5d3f132e19b97e2be342835a2a44b509a629b266..231b1ce6855dfb04615d6219befb9e47dc26dbb9 100644 (file)
@@ -1,5 +1,8 @@
 $Id$
 
+Fri Dec  2 11:01:30 EST 2005 ajc
+* wclib.js: fixed a syntax error
+
 Thu Dec  1 17:46:18 EST 2005 ajc
 * which_div_expanded is now persistent across sessions
 
index 8371add04ef8d718adae8967814472426fbc0ea8..e04cc13955ceb91322b920d393d1ceef12e7fb30 100644 (file)
@@ -80,7 +80,7 @@ function expand_floor(floor_div) {
        // notify the server of what we did
        new Ajax.Request(
                'set_floordiv_expanded/'+floor_div, {
-                       method: 'post',
+                       method: 'post'
                }
        );
 }