diff options
Diffstat (limited to 'Swift/resources/themes/Default/Incoming')
-rwxr-xr-x | Swift/resources/themes/Default/Incoming/Content.html | 2 | ||||
-rwxr-xr-x | Swift/resources/themes/Default/Incoming/Context.html | 2 |
2 files changed, 2 insertions, 2 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 @@ -2,7 +2,7 @@ <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"> 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 @@ -2,7 +2,7 @@ <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"> |