its wCLog now, as js styleguides command us.
[citadel.git] / webcit / static / wclib.js
index b15b0cf08f19dba4f0d9204b6de1c8fd0550a786..e9f88042e302e7eb6f0ec5e655d32c645acc1435 100644 (file)
@@ -1138,7 +1138,7 @@ function publishMessage()
        parameters: mvCommand,
        method: 'post',
        onSuccess: function(transport) {
-           WCLog(transport.responseText);
+           wCLog(transport.responseText);
        }
     });
 }
\ No newline at end of file