js tweaks
This commit is contained in:
parent
8dcea06077
commit
7006b55818
4 changed files with 34 additions and 38 deletions
|
@ -161,9 +161,7 @@ $(document).ready(function () {
|
|||
});
|
||||
};
|
||||
|
||||
var parent = $("#recent_uploads"),fn = getPanTextFunctions();
|
||||
parent.on("mouseenter", "td", fn.mousein);
|
||||
parent.on("mouseleave", "td", fn.mouseout);
|
||||
setupTextScrolling($("#recent_uploads"), "td");
|
||||
|
||||
self.isRecentUploadsRefreshTimerActive = false;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue