[dw-free] Always show icon thumbnail in hover menu
[commit: http://hg.dwscoalition.org/dw-free/rev/096a30087065]
http://bugs.dwscoalition.org/show_bug.cgi?id=2597
Always show the default icon in the contextual hover menu.
Patch by
yvi.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=2597
Always show the default icon in the contextual hover menu.
Patch by
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Files modified:
- htdocs/js/contextualhover.js
-------------------------------------------------------------------------------- diff -r 608a0d60ee6a -r 096a30087065 htdocs/js/contextualhover.js --- a/htdocs/js/contextualhover.js Mon May 10 07:11:39 2010 +0000 +++ b/htdocs/js/contextualhover.js Mon May 10 07:17:46 2010 +0000 @@ -241,7 +241,7 @@ ContextualPopup.renderPopup = function ( bar.innerHTML = " | "; // userpic - if (data.url_userpic && data.url_userpic != ContextualPopup.elements[ctxPopupId].src) { + if (data.url_userpic) { var userpicContainer = document.createElement("div"); var userpicLink = document.createElement("a"); userpicLink.href = data.url_allpics; --------------------------------------------------------------------------------
no subject
Thank you,
<3
no subject
One of the faster implementation-times of something from