diff options
Diffstat (limited to 'Swift/resources/themes/Default/Outgoing/Context.html')
| -rwxr-xr-x | Swift/resources/themes/Default/Outgoing/Context.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Swift/resources/themes/Default/Outgoing/Context.html b/Swift/resources/themes/Default/Outgoing/Context.html index 229c592..679d786 100755 --- a/Swift/resources/themes/Default/Outgoing/Context.html +++ b/Swift/resources/themes/Default/Outgoing/Context.html @@ -1,14 +1,14 @@ <div class="chatItem outgoingItem"> <table width="100%"> <tr> <td valign="top"> - <img src="%userIconPath%" class="avatar"/> + <img src="%userIconPath%" class="avatar" 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> </tr> <tr> <td class="message" style="direction: %direction%"> |
Swift