Right click possible?
![]() ![]() |
Any way to enable right click -> copy link address? Right now a right click and copy link address copies "javascript:..." |
![]() ![]() |
that's because the script removes the href and transfers it to the "onclick" action so we can get the mailto in a popup. If you would like to change this do these two things: comment out line 27 like so:
what this does is suppress the click on the link (by adding "return false") |


