Skip to content

Commit e86fa42

Browse files
committed
remove incorrect "tabable" css class
1 parent 197eaf6 commit e86fa42

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

web_src/js/components/DashboardRepoList.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<template>
22
<div>
3-
<div v-if="!isOrganization" class="ui two item tabable menu">
3+
<div v-if="!isOrganization" class="ui two item menu">
44
<a :class="{item: true, active: tab === 'repos'}" @click="changeTab('repos')">{{ textRepository }}</a>
55
<a :class="{item: true, active: tab === 'organizations'}" @click="changeTab('organizations')">{{ textOrganization }}</a>
66
</div>

web_src/js/features/common-global.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,6 @@ export function initGlobalCommon() {
117117
$('.ui.checkbox').checkbox();
118118

119119
$('.tabular.menu .item').tab();
120-
$('.tabable.menu .item').tab();
121120

122121
$('.toggle.button').on('click', function () {
123122
toggleElem($($(this).data('target')));

0 commit comments

Comments
 (0)