The javascript code had multiple bugs: * The innerHTML property of the div element was not properly ingested by the engine. The recommended way to add HTML content is by using DOM objects in Javascript. This fixes the issue. * The lambda supposed to delete the newly created div object has never worked as it didn't capture the appropriate value of the index due to how the lambda was declared. This is fixed by wrapping the lambda we want in another lambda that will store the appropriate value of the index. |
||
|---|---|---|
| .. | ||
| apparmor | ||
| nsis | ||
| requirements | ||
| userscripts | ||
| Makefile | ||
| cheatsheet.svg | ||
| org.qutebrowser.qutebrowser.appdata.xml | ||
| org.qutebrowser.qutebrowser.desktop | ||
| qutebrowser.spec | ||