重命名 js submit_problem -> problem

This commit is contained in:
virusdefender
2015-08-10 20:18:46 +08:00
parent a6268dcb53
commit 441b7383bc
2 changed files with 6 additions and 4 deletions

View File

@@ -22,10 +22,12 @@ require(["jquery", "code_mirror"], function ($, code_mirror) {
setTimeout(
function () {
$("#a").animate({opacity: '1'})
}
,
3);
}, 3);
});
$("#show-more-btn").click(function(){
$(".hide").attr("class", "problem-section");
$("#show-more-btn").hide();
})
});