diff options
Diffstat (limited to 'Swift/resources/themes/Default/Incoming/Content.html')
| -rwxr-xr-x | Swift/resources/themes/Default/Incoming/Content.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Swift/resources/themes/Default/Incoming/Content.html b/Swift/resources/themes/Default/Incoming/Content.html index fb4795f..dc5f8b2 100755 --- a/Swift/resources/themes/Default/Incoming/Content.html +++ b/Swift/resources/themes/Default/Incoming/Content.html @@ -1,11 +1,11 @@ <div class="chatItem incomingItem"> <table width="100%"> <tr> <td valign="top"> - <img src="%userIconPath%" class="avatar" title="%sender%" /> + <img src="%userIconPath%" class="avatar" title="%sender%" ondragstart="return false" /> <div class="myBubble"> <div class="indicator"></div> <table class="tableBubble" cellspacing="0" cellpadding="0"> <tr> <td class="tl"></td> <td class="tr"></td> |
Swift