Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
silence fomantic error regarding tabs (go-gitea#9713) (go-gitea#9718)
Fomantic expects all tabs to have a target element with content as defined by the data-tab attribute. All our usage of the tab module seems to use <a> element tabs that link to new pages so these content elements are never present and fomantic complains about that in the console with an "Activated tab cannot be found" error. This silences that error.
- Loading branch information