fu: Close-up of Fu, bringing a scoop of water to her mouth (Default)
fu ([personal profile] fu) wrote in [site community profile] changelog2011-11-04 12:58 pm

[dw-free] Revamp /update

[commit: http://hg.dwscoalition.org/dw-free/rev/da2a8b8b1814]

http://bugs.dwscoalition.org/show_bug.cgi?id=2524

Fix tag limits.

Patch by [personal profile] fu.

Files modified:
  • htdocs/js/jquery.postform.js
--------------------------------------------------------------------------------
diff -r 0d9454b8b9a8 -r da2a8b8b1814 htdocs/js/jquery.postform.js
--- a/htdocs/js/jquery.postform.js	Fri Nov 04 19:56:37 2011 +0800
+++ b/htdocs/js/jquery.postform.js	Fri Nov 04 20:59:36 2011 +0800
@@ -229,7 +229,7 @@
 
             var options = {
                 grow: true,
-                maxlength: 50
+                maxlength: 40
             }
 
             if ( journal.name ) {
--------------------------------------------------------------------------------