More actions
GamingTwist (talk | contribs) Created page with "→All JavaScript here will be loaded for users of the Vector skin: $(document).ready(function () { // Ensure the tabs exist before trying to reorder if ($('#ca-edit').length && $('#ca-form-edit').length) { // Move "Edit with form" to come after "Edit source" $('#ca-form-edit').insertAfter($('#ca-edit')); } });" |
GamingTwist (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
/* All JavaScript here will be loaded for users of the Vector skin */ | /* All JavaScript here will be loaded for users of the Vector skin */ | ||
Latest revision as of 09:36, 8 December 2024
/* All JavaScript here will be loaded for users of the Vector skin */