Skip to content

Commit

Permalink
Looking for Help
Browse files Browse the repository at this point in the history
  • Loading branch information
radubirsan committed Jan 25, 2022
1 parent 046a888 commit 8d32c8a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@

# Looking for contributors:
Setup instructions:
- download & unzip code
- install node.js use command line to navigate to the unziped folder
- npm install
- npm run start
( flash player not included in the source code, you can get it from previous builds )


# Flash Browser (please give us a :star:)
A browser dedicating to supporting adobe flash.
Expand Down
5 changes: 2 additions & 3 deletions browser.html
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,6 @@
}

// Set Home


let setHomeButton = document.createElement("button");
setHomeButton.id = 'fs-button';
setHomeButton.innerHTML = '🏠';
Expand Down Expand Up @@ -389,9 +387,10 @@

for ( var i=0; i < listFavorites.length; i++)
{
console.log(i + " " + listFavorites[i]);

deURL = listFavorites[i].replace(/(^\w+:|^)\/\//, '');
deURL = deURL.replace("www.", "");
//console.log(i + " " + listFavorites[i] + "!" + deURL);
if(e.keyCode !=8 && e.keyCode !=17 && !e.ctrlKey && deURL != inputText && deURL && deURL.indexOf(inputText) == 0 ) {

console.log("Fond it" + deURL)
Expand Down

0 comments on commit 8d32c8a

Please sign in to comment.