Changeset 8052
- Timestamp:
- 01/09/2019 01:21:09 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/style/trac/wp-trac.js
r7890 r8052 1439 1439 $.fn.disableOnSubmit = $.fn.disableOnSubmit || function() {} 1440 1440 $.fn.disableSubmit = $.fn.disableSubmit || function() {} 1441 }, 1442 1443 disableTracAutoFocus: function() { 1444 // Disable the Trac autofocus which scrolls past the intro to creating tickets. 1445 $(".trac-autofocus").removeClass( 'trac-autofocus' ); 1441 1446 } 1442 1447 … … 1446 1451 1447 1452 // Perform this as soon as this file loads. 1453 wpTrac.disableTracAutoFocus(); 1448 1454 wpTrac.patchTracFor122Changes(); 1449 1455
Note: See TracChangeset
for help on using the changeset viewer.