We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The SDWebserver.ino example shows no file names in the treeview when shown in Firefox.
In /SdRoot/edit/index.htm the following two functions are responsible for building a tree-node.
The problem lies in this line:
Firefox can't deal with that, and the result is that the name of the file or directory is not shown.
The following replacement fixes that problem:
This fix is tested to work for the most recent version of the following browsers:
The text was updated successfully, but these errors were encountered:
thanks :) will fix it. I wrote it while debugging on WebKit based browsers, so never caught the error.
Sorry, something went wrong.
#420
No branches or pull requests
The SDWebserver.ino example shows no file names in the treeview when shown in Firefox.
In /SdRoot/edit/index.htm the following two functions are responsible for building a tree-node.
The problem lies in this line:
Firefox can't deal with that, and the result is that the name of the file or directory is not shown.
The following replacement fixes that problem:
This fix is tested to work for the most recent version of the following browsers:
The text was updated successfully, but these errors were encountered: