This repository was archived by the owner on Aug 31, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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>
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
Original file line number Diff line number Diff line change 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 /**
You can’t perform that action at this time.
0 commit comments