We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b74205d commit bf2be21Copy full SHA for bf2be21
css/robotframework.css
@@ -628,10 +628,6 @@ pre {
628
line-height: 2em;
629
}
630
631
-#users {
632
- display: none;
633
-}
634
-
635
#users a {
636
color: #24292d;
637
js/robotframework.js
@@ -118,10 +118,9 @@ function init_scrolling() {
118
119
120
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
- }
+ /*
+ Add logic to enable new, limited features here
+ */
125
126
127
$(document).ready(function( e ) {
0 commit comments