Skip to content

Commit

Permalink
fix listFunction and developmentMode
Browse files Browse the repository at this point in the history
  • Loading branch information
gitbarnabedikartola committed Jun 1, 2023
1 parent a713f90 commit 9ac145c
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
OPEN=$"Abrir"

#lista de funções
listFunction=$(grep "() {" index.sh.htm | awk '{print $1}' | sed '/list_service=/d')
listFunction=$(grep "() {" index.sh.htm | awk '{print $1}' | sed '/listFunction=/d')
listPerformance=$(echo "$listFunction" | grep "D_" )
listUsability=$(echo "$listFunction" | grep "U_" )
listButton=$(echo "$listFunction" | grep "B_" )
Expand Down Expand Up @@ -249,6 +249,8 @@
else
checked="unchecked"
fi
else
checked="disabled"
fi
}

Expand Down

0 comments on commit 9ac145c

Please sign in to comment.