diff options
Diffstat (limited to 'Swift/resources/themes/Default/Incoming/Context.html')
| -rwxr-xr-x | Swift/resources/themes/Default/Incoming/Context.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Swift/resources/themes/Default/Incoming/Context.html b/Swift/resources/themes/Default/Incoming/Context.html index c6fa61c..1f0c528 100755 --- a/Swift/resources/themes/Default/Incoming/Context.html +++ b/Swift/resources/themes/Default/Incoming/Context.html @@ -1,11 +1,11 @@ <div class="chatItem incomingItem"> <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> |
Swift