From: Sarven Capadisli Date: Fri, 30 Oct 2009 14:59:17 +0000 (+0100) Subject: Added Init comment X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=4c94eda3c8ce2f52c9979245bea13e9e44485b0a;p=quix0rs-gnu-social.git Added Init comment --- diff --git a/js/util.js b/js/util.js index 1b855caaf2..28e4fac8cd 100644 --- a/js/util.js +++ b/js/util.js @@ -65,7 +65,7 @@ $(document).ready(function(){ var SN = { // StatusNet C: { // Config - I: { + I: { // Init CounterBlackout: false, MaxLength: 140, PatternUsername: /^[0-9a-zA-Z\-_.]*$/,