]> source.dussan.org Git - gitea.git/commit
silence fomantic error regarding tabs (#9713)
authorsilverwind <me@silverwind.io>
Sun, 12 Jan 2020 02:57:32 +0000 (03:57 +0100)
committerAntoine GIRARD <sapk@users.noreply.github.com>
Sun, 12 Jan 2020 02:57:32 +0000 (03:57 +0100)
commit86464de0c150e046b4590c02851c9c1111cd2176
tree7820e097858195ad151a632381454ccf2a07efa1
parentfef49f5e2ecfc189f3d1d263c4a438d71161fef0
silence fomantic error regarding tabs (#9713)

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.
web_src/js/index.js