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

Commitafe34ec

Browse files
author
minjk-bl
committed
Fix bug on Subset app
1 parent42d6284 commitafe34ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎js/m_apps/Subset.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1562,7 +1562,7 @@ define([
15621562
varrowList=[];
15631563
for(vari=0;i<rowTags.length;i++){
15641564
varrowValue=$(rowTags[i]).data('code');
1565-
if(rowValue!=undefined){
1565+
if(rowValue!==undefined){
15661566
rowList.push(rowValue);
15671567
}
15681568
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp