Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitbf2be21

Browse files
author
Tatu Kairi
committed
release Users-section
1 parentb74205d commitbf2be21

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
#usersa {
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
functioninit_feature_toggle(){
121-
varurl_params=newURLSearchParams(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)

[8]ページ先頭

©2009-2025 Movatter.jp