File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ function show_about()
3333 title . innerHTML = "Traero" ;
3434 about_dialog . add ( title ) ;
3535 var version_number = document . createElement ( "p" ) ;
36- version_number . innerHTML = "Version: 0.8.9 " ;
36+ version_number . innerHTML = "Version: 0.8.10 " ;
3737 about_dialog . add ( version_number ) ;
3838 var license_txt = document . createElement ( "p" ) ;
3939 license_txt . id = "license_title" ;
Original file line number Diff line number Diff line change 11name = " Traero"
22description = " a modern shopping list"
33source_code_url = " https://github.com/MightyShadow702/Traero-webxdc"
4- tag_name = " 0.8.9 "
4+ tag_name = " 0.8.10 "
Original file line number Diff line number Diff line change 1616 </ head >
1717 < body onload ="onload() ">
1818 < div id ="inputarea ">
19- < input id ="new_item_input " onkeydown ="input_onkeydown (this, event) " oninput ="input_oninput(this) " placeholder ="Something I need... "> </ input >
19+ < input id ="new_item_input " onkeydown ="input_onkeyup (this, event) " oninput ="input_oninput(this) " placeholder ="Something I need... "> </ input >
2020 < button id ="input_clear " onclick ="input_clear() "> X</ button >
2121 </ div >
2222 < div id ="item_list ">
You can’t perform that action at this time.
0 commit comments