From fbb84c953bb2710797d9b11f2aab0671cb0fe371 Mon Sep 17 00:00:00 2001 From: bashmak Date: Thu, 10 May 2018 11:23:34 +0300 Subject: [PATCH] remove tick in input validation --- static/js/my.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/static/js/my.js b/static/js/my.js index 953f9bf..6df6581 100644 --- a/static/js/my.js +++ b/static/js/my.js @@ -251,10 +251,8 @@ $(document).ready(function () { pr.find('.form-control-feedback').remove(); if ($(this)[0].checkValidity()) { pr.addClass('has-success'); - $(this).after(''); } else { pr.addClass('has-error'); - $(this).after(''); } });