Skip to content

Commit

Permalink
Merge remote-tracking branch 'remotes/origin/release-7.002.2.1-RC1'
Browse files Browse the repository at this point in the history
  • Loading branch information
datazen committed Apr 22, 2014
2 parents 3ee2ad3 + ea4e87d commit dbad6c9
Show file tree
Hide file tree
Showing 2 changed files with 262 additions and 271 deletions.
10 changes: 0 additions & 10 deletions catalog/admin/templates/default/general.js.php
Original file line number Diff line number Diff line change
Expand Up @@ -382,16 +382,6 @@
};
$("h1").fitText();

// defeat Google Chrome form autofill and its yellow background
if(navigator.userAgent.toLowerCase().indexOf("chrome") >= 0 || navigator.userAgent.toLowerCase().indexOf("safari") >= 0){
window.setInterval(function(){
jQuery('input:-webkit-autofill').each(function(){
var clone = $(this).clone(true, true);
$(this).after(clone).remove();
});
}, 20);
}

$("#profileLoader").hide();
$("#profileInner").fadeTo(1000, 1);

Expand Down
Loading

0 comments on commit dbad6c9

Please sign in to comment.