Show More
@@ -909,6 +909,8 b' def get_comments_for(diff_type, comments' | |||||
909 | }; |
|
909 | }; | |
910 |
|
910 | |||
911 | var animateText = $.debounce(100, function(fPath, anchorId) { |
|
911 | var animateText = $.debounce(100, function(fPath, anchorId) { | |
|
912 | fPath = Select2.util.escapeMarkup(fPath); | |||
|
913 | ||||
912 | // animate setting the text |
|
914 | // animate setting the text | |
913 | var callback = function () { |
|
915 | var callback = function () { | |
914 | $('.fpath-placeholder-text').animate({'opacity': 1.00}, 200) |
|
916 | $('.fpath-placeholder-text').animate({'opacity': 1.00}, 200) |
General Comments 0
You need to be logged in to leave comments.
Login now