diff --git a/WebKit/css/default.css b/WebKit/css/default.css index f754965..aaef22c 100644 --- a/WebKit/css/default.css +++ b/WebKit/css/default.css @@ -13,7 +13,7 @@ body { a { text-decoration: none; color: #00317a; - outline: 0; + outline: 0; } ol { diff --git a/WebKit/scripts/helper/Core.js b/WebKit/scripts/helper/Core.js index 1566df1..40c7b6f 100644 --- a/WebKit/scripts/helper/Core.js +++ b/WebKit/scripts/helper/Core.js @@ -865,6 +865,7 @@ function(jQuery, Paths, URI, HostApp, Cache) { Core.prototype.replyTo = function(entity, status_id, mentions, is_private) { var string = "^" + entity.replace("https://", "") + " "; + if(mentions.length > 0) string += "\n\n/cc "; for (var i = 0; i < mentions.length; i++) { var e = mentions[i].entity.replace("https://", ""); if(string.indexOf(e) == -1) string += "^" + e + " ";