[ARVADOS] updated: 1.1.3-26-g76b7cb2
Git user
git at public.curoverse.com
Tue Feb 13 14:13:57 EST 2018
Summary of changes:
apps/workbench/app/assets/javascripts/work_unit_log.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via 76b7cb2fc14586db860cd54cd66fc3e9e438143b (commit)
from 66b3d102b0ce68a893e5a49ea5f3bb3b9952f6ef (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 76b7cb2fc14586db860cd54cd66fc3e9e438143b
Author: Lucas Di Pentima <ldipentima at veritasgenetics.com>
Date: Tue Feb 13 16:13:39 2018 -0300
13023: Fix integration test.
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <ldipentima at veritasgenetics.com>
diff --git a/apps/workbench/app/assets/javascripts/work_unit_log.js b/apps/workbench/app/assets/javascripts/work_unit_log.js
index 4962994..c43bae0 100644
--- a/apps/workbench/app/assets/javascripts/work_unit_log.js
+++ b/apps/workbench/app/assets/javascripts/work_unit_log.js
@@ -57,7 +57,7 @@ $(document).on('arv-log-event', '.arv-log-event-handler-append-logs', function(e
return;
}
- wasatbottom = ($(this).scrollTop() + $(this).height() >= this.scrollHeight);
+ wasatbottom = (this.scrollTop + this.clientHeight >= this.scrollHeight);
if (eventData.prepend) {
$(this).prepend(txt);
} else {
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list