Skip to content
This repository was archived by the owner on Aug 31, 2023. It is now read-only.

Commit 32f0ac1

Browse files
committed
Disable wrongly merged feature
1 parent da05f7e commit 32f0ac1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

html/options.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
<div class="pbs pll">
6363
<small class="txt-muted">This feature is automatically disabled if logged-out</small>
6464
</div>
65-
<div class="pts row">
65+
<!--<div class="pts row">
6666
<div class="w40p txt-center browser-style">
6767
<input type="checkbox" id="enable_menu_to_hide_mrs_based_on_pipeline_status">
6868
</div>
@@ -72,7 +72,7 @@
7272
</div>
7373
<div class="pbs pll">
7474
<small class="txt-muted">This feature is automatically disabled if the GitLab "pipeline" feature is disabled</small>
75-
</div>
75+
</div>-->
7676
<div class="txt-center pts pbs"><button type="submit" class="browser-style">Save preferences</button></div>
7777
</form>
7878

js/content.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@
189189
* Determines if the project do uses the Gitlab "pipeline" feature.
190190
*/
191191
isPipelineFeatureEnabled() {
192-
return document.querySelector('.nav-sidebar .shortcuts-pipelines') ? true : false;
192+
return false;// document.querySelector('.nav-sidebar .shortcuts-pipelines') ? true : false;
193193
}
194194

195195
/**

0 commit comments

Comments
 (0)