删注释

This commit is contained in:
Tim 2016-09-02 16:35:16 +08:00
parent 77c727e18a
commit 92ae8865f0
1 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ app.directive('iphoneRecognize',["$timeout",function(timer){
$("#all_homework_reply,#all_blog_reply,#all_course_message_reply,#all_message_reply").css("marginBottom","0");
window.scrollTo(0,contentHeight)
};
// if (/ipad|iphone|mac/i.test(navigator.userAgent)){
if (/ipad|iphone|mac/i.test(navigator.userAgent)){
$("#postInput1").bind('focus',function(){
setTimeout(function(){
toBottom();
@ -30,7 +30,7 @@ app.directive('iphoneRecognize',["$timeout",function(timer){
$(".post-wrapper").css({"marginBottom":"10px","position":""});
$("#all_homework_reply,#all_blog_reply,#all_course_message_reply,#all_message_reply").css("marginBottom","52px");
});
// }
}
})
}
}