##// END OF EJS Templates
Speed up reflink popup animation
neko259 -
r422:4120940a default
parent child Browse files
Show More
@@ -80,7 +80,7 b' function showPostPreview(e) {'
80 $del(doc.getElementById(cln.id));
80 $del(doc.getElementById(cln.id));
81
81
82 //add preview
82 //add preview
83 $(cln).fadeIn();
83 $(cln).fadeIn(200);
84 $('body').append(cln);
84 $('body').append(cln);
85 }
85 }
86
86
General Comments 0
You need to be logged in to leave comments. Login now