| Index: include.postload.js |
| =================================================================== |
| --- a/include.postload.js |
| +++ b/include.postload.js |
| @@ -362,7 +362,6 @@ |
| if (currentElement) |
| { |
| currentElement.removeEventListener("contextmenu", clickHide_elementClickHandler, true); |
| - unhighlightElements(); |
|
Sebastian Noack
2015/04/10 11:17:38
Unfortunatelly, the patch misses some context. Thi
|
| unhighlightElement(currentElement); |
| currentElement = null; |
| } |