From cc34db94bf6eda775442733765e52797ddad4967 Mon Sep 17 00:00:00 2001 From: david Date: Mon, 27 Aug 2012 16:13:38 +0000 Subject: [PATCH] =?UTF-8?q?Tarea=20#1032=20->=20Poner=20una=20longitud=20m?= =?UTF-8?q?=C3=A1xima=20al=20texto=20de=20la=20dedicatoria=20(queda=20bien?= =?UTF-8?q?=20con=20100=20caracteres)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: https://192.168.0.254/svn/Proyectos.ASong2U_Web/trunk@131 cd1a4ea2-8c7f-e448-aada-19d1fee9e1d6 --- .../plugins/bp-dedication/includes/js/dedication-script.js | 3 +++ wp-content/themes/score/dedications/single/new-dedication.php | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/wp-content/plugins/bp-dedication/includes/js/dedication-script.js b/wp-content/plugins/bp-dedication/includes/js/dedication-script.js index d6ef91e..abb49d8 100644 --- a/wp-content/plugins/bp-dedication/includes/js/dedication-script.js +++ b/wp-content/plugins/bp-dedication/includes/js/dedication-script.js @@ -26,6 +26,9 @@ jQuery(document).ready(function(){ dedicate_to_input: { required: true, validacionDestinatario : true + }, + dedication_text: { + maxlength: '100' } }, onkeyup: false, diff --git a/wp-content/themes/score/dedications/single/new-dedication.php b/wp-content/themes/score/dedications/single/new-dedication.php index 4e3d595..55a9f8f 100644 --- a/wp-content/themes/score/dedications/single/new-dedication.php +++ b/wp-content/themes/score/dedications/single/new-dedication.php @@ -68,7 +68,7 @@ global $bp;
  • - + This dedication is private.