File tree 2 files changed +1
-4
lines changed
2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ <h2>Selective Sorting</h2>
19
19
< input type ="number " placeholder ="Enter your number " id ="input " />
20
20
< button type ="button " id ="button1 "> add number</ button >
21
21
< div >
22
- < button type ="button " id ="button2 "> start sorting</ button >
22
+ < button type ="button " id ="button2 " disabled > start sorting</ button >
23
23
< p id ="error "> enter correct value!</ p >
24
24
</ div >
25
25
</ div >
Original file line number Diff line number Diff line change @@ -69,11 +69,8 @@ const selectionSort = arr => {
69
69
errorElem . style . opacity = '1'
70
70
errorElem . innerHTML = "basket is empty, add numbers for start!"
71
71
}
72
- < << << << HEAD
73
72
afterGenerator ( newArr )
74
73
errorElem . style . display = 'none'
75
- === = ===
76
- >>> > >>> 0 cc9f2281468d906974b94204367c2cebec1de7f
77
74
}
78
75
79
76
const afterGenerator = newArr => {
You can’t perform that action at this time.
0 commit comments