summaryrefslogtreecommitdiff
path: root/js/util.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/util.js')
-rw-r--r--js/util.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/util.js b/js/util.js
index 1b855caaf..28e4fac8c 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\-_.]*$/,