]> code.citadel.org Git - citadel.git/blobdiff - webcit/static/wclib.js
* wclib.js: fixed a syntax error
[citadel.git] / webcit / static / wclib.js
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'
                }
        );
 }