Categoria> Permite crear categorias con etiquetas HTML. cuando tienen el mismo nombre no se las puede diferenciar.
This commit is contained in:
dheeyi william
2017-05-09 13:42:25 -04:00
parent 3b7466905d
commit dbdf9b5aec

View File

@@ -296,7 +296,7 @@ NewCategoryWindow = function(){
maxLength :100,
allowBlank: false,
validator: function (v) {
return !/[~`!#$%\^&*+=[\]\\';,/{}|\\":<>\?]/.test(v);
return !/[:<>/]/.test(v);
}
}
],