js tweaks

This commit is contained in:
Duncan Sommerville 2015-09-16 11:26:11 -04:00
parent 8dcea06077
commit 7006b55818
4 changed files with 34 additions and 38 deletions

View file

@ -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;