Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 6251 | Rev 6253 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 6251 Rev 6252
Línea 84... Línea 84...
84
        onkeyup: false,
84
        onkeyup: false,
85
        ignore: [],
85
        ignore: [],
86
        rules: {
86
        rules: {
87
            'comment': {
87
            'comment': {
88
                required: true,
88
                required: true,
89
                maxlength: 256,
-
 
90
            },
89
            },
91
        },
90
        },
92
        submitHandler: function(form)
91
        submitHandler: function(form)
93
        {
92
        {
Línea 307... Línea 306...
307
                        </button>
306
                        </button>
308
                    </div>
307
                    </div>
309
                </div>
308
                </div>
310
                <div class="comments-container show px-3">
309
                <div class="comments-container show px-3">
311
                    <form class="feedCommentContainer" id="form-comment" class="form-comment">
310
                    <form class="feedCommentContainer" id="form-comment" class="form-comment">
312
                        <input class="commentInput" type="text" name="comment" id="comment" maxlength="256" placeholder="LABEL_WRITE_A_COMMENT">
311
                        <input class="commentInput" type="text" name="comment" id="comment" placeholder="LABEL_WRITE_A_COMMENT">
313
                        <button class="btn btn-primary" type="submit">LABEL_SEND</button>
312
                        <button class="btn btn-primary" type="submit">LABEL_SEND</button>
314
                    </form>
313
                    </form>
315
                    <ul id="comment-list" class="comment-list">
314
                    <ul id="comment-list" class="comment-list">
316
                    </ul>
315
                    </ul>
317
                </div>
316
                </div>