Commit 227469d7 authored by Van's avatar Van
parent 48a4337d
......@@ -20,7 +20,7 @@
*
* @author <a href="http://vanessa.b3log.org">Liyuan Li</a>
* @author <a href="http://88250.b3log.org">Liang Ding</a>
* @version 1.4.0.0, Nov 10, 2017
* @version 1.4.0.1, Nov 12, 2018
*/
var Page = function (tips) {
this.currentCommentId = "";
......@@ -684,6 +684,7 @@ $.extend(Page.prototype, {
$("#replyForm #submitCommentButtonReply").unbind("click").removeAttr("onclick").click(function () {
that.submitComment(id, 'Reply');
});
$('#replyForm #cancelCommentButton').show()
if ($("#commentNameReply").val() === "") {
$("#commentNameReply").focus();
} else if ($("#commentEmailReply").val() === "") {
......
......@@ -8,7 +8,7 @@
* comment
*
* @author <a href="http://vanessa.b3log.org">Liyuan Li</ta>
* @version 0.1.0.0, Sep 1, 2018
* @version 0.2.0.0, Nov 12, 2018
*/
.em00,.em01,.em02,.em03,.em04,.em05,.em06,.em07,.em08,.em09,.em10,.em11,.em12,.em13,.em14 {
......@@ -24,7 +24,8 @@
-moz-transition: all .2s ease-out
}
#emotions span:hover {
#emotions span:hover,
#emotionsReply span:hover {
transform: scale(1.2) rotate(360deg);
-webkit-transform: scale(1.2) rotate(360deg);
-moz-transform: scale(1.2) rotate(360deg)
......
Subproject commit f39c849ddd08200d1b99e1347814dd5f54675e28
Subproject commit 7cb8d0fbeb8ed5ac4f22c86adeb08d0c8389fc9b
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment