|
|
|
@ -105,7 +105,7 @@ $(document).ready(function() { |
|
|
|
|
|
|
|
|
|
|
|
// Removes the yellow input in Chrome |
|
|
|
// Removes the yellow input in Chrome |
|
|
|
if (navigator.userAgent.toLowerCase().indexOf("chrome") >= 0) { |
|
|
|
if (navigator.userAgent.toLowerCase().indexOf("chrome") >= 0) { |
|
|
|
$(window).load(function(){ |
|
|
|
$(window).on("load", function () { |
|
|
|
$('input:-webkit-autofill').each(function(){ |
|
|
|
$('input:-webkit-autofill').each(function(){ |
|
|
|
var text = $(this).val(); |
|
|
|
var text = $(this).val(); |
|
|
|
var name = $(this).attr('name'); |
|
|
|
var name = $(this).attr('name'); |
|
|
|
|