Skip to content

Commit bf2be21

Browse files
author
Tatu Kairi
committed
release Users-section
1 parent b74205d commit bf2be21

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

css/robotframework.css

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -628,10 +628,6 @@ pre {
628628
line-height: 2em;
629629
}
630630

631-
#users {
632-
display: none;
633-
}
634-
635631
#users a {
636632
color: #24292d;
637633
}

js/robotframework.js

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -118,10 +118,9 @@ function init_scrolling() {
118118
}
119119

120120
function init_feature_toggle(){
121-
var url_params = new URLSearchParams(window.location.search.slice(1));
122-
if ( url_params.get('show-users') ){
123-
$("#users").show(0);
124-
}
121+
/*
122+
Add logic to enable new, limited features here
123+
*/
125124
}
126125

127126
$(document).ready(function( e ) {

0 commit comments

Comments
 (0)