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

Commit7416969

Browse files
author
minjk-bl
committed
Set default user method's input to non-text
1 parentcf2e0d6 commit7416969

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎visualpython/js/m_apps/Groupby.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -643,7 +643,7 @@ define([
643643
page.appendFormatLine('<div class="{0}">','vp-gb-method-user');
644644
page.appendFormatLine('<label class="vp-bold">{0}</label>','User option');
645645
page.appendFormatLine('<input type="text" placeholder="{0}" id="vp_gbMethodUser"/>','Type user method');
646-
page.appendFormatLine('<label><input type="checkbox" checked/><span>{0}</span></label>'
646+
page.appendFormatLine('<label><input type="checkbox"/><span>{0}</span></label>'
647647
,'Text');
648648
page.appendLine('<button id="vp_gbMethodUserAdd" class="vp-button">Add</button>');
649649
page.appendLine('</div>');

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp