File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 1
1
<template >
2
2
<div >
3
- <div v-if =" !isOrganization" class =" ui two item tabable menu" >
3
+ <div v-if =" !isOrganization" class =" ui two item menu" >
4
4
<a :class =" {item: true, active: tab === 'repos'}" @click =" changeTab('repos')" >{{ textRepository }}</a >
5
5
<a :class =" {item: true, active: tab === 'organizations'}" @click =" changeTab('organizations')" >{{ textOrganization }}</a >
6
6
</div >
Original file line number Diff line number Diff line change @@ -117,7 +117,6 @@ export function initGlobalCommon() {
117
117
$ ( '.ui.checkbox' ) . checkbox ( ) ;
118
118
119
119
$ ( '.tabular.menu .item' ) . tab ( ) ;
120
- $ ( '.tabable.menu .item' ) . tab ( ) ;
121
120
122
121
$ ( '.toggle.button' ) . on ( 'click' , function ( ) {
123
122
toggleElem ( $ ( $ ( this ) . data ( 'target' ) ) ) ;
You can’t perform that action at this time.
0 commit comments