Removes descriptions and some fields from Edit Tag pages to avoid wrangling accidents
Това са всички версии на скрипта. Покажи само тези версии, където кодът е променен.
added highlighting for 0-use syns
updated to the latest jQuery
hides the entire Child Tag fieldset, when there are neither synonyms nor subtags
Draft tags now have the "Draft (1)" field in the sidebar (at the top on mobile) highlighted. Highlighting adapts to dark mode.
on unfilterable tags, the input focus now jumps to the synonym field
restructured code with the intention to make it run a bit faster (e.g. by reducing number of DOM accesses)
on synonyms, the canonical tag's name is now its own edit link (like all the listed meta/sub/syns usually are), so the big Edit button is hidden
now it also disables the Canonical checkbox when there's still a metatag. that way you'll have to remove metatags before you can decanonize (to avoid the filter bug)
now hides Subtags/Synonyms boxes on canonical tags completely, if there are no existing subtags/synonyms (instead of just the "Add" field)