Ticket #11267: common.dev.js-fade-fix.patch
File common.dev.js-fade-fix.patch, 732 bytes (added by , 15 years ago) |
---|
-
common.dev.js
169 169 var lastClicked = false, checks, first, last, checked; 170 170 171 171 // pulse 172 $('div.fade').animate( { opacity: .5 }, 400)173 .animate( { opacity: 1 }, 400)174 .animate( { opacity: .5 }, 400)175 .animate( { opacity: 1 }, 400);172 $('div.fade').animate( { backgroundColor: '#ffffe0' }, 300) 173 .animate( { backgroundColor: '#fffbcc' }, 300) 174 .animate( { backgroundColor: '#ffffe0' }, 300) 175 .animate( { backgroundColor: '#fffbcc' }, 300); 176 176 177 177 // Move .updated and .error alert boxes 178 178 $('div.wrap h2:first').nextAll('div.updated, div.error').addClass('below-h2');