X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/2a493a9215f604c63ab7bc6f0e0956d10af8ef10..e3ac17f8a8aa439e21a8bf56a571f91a671313f7:/apps/workbench/app/assets/javascripts/keep_disks.js.coffee diff --git a/apps/workbench/app/assets/javascripts/keep_disks.js.coffee b/apps/workbench/app/assets/javascripts/keep_disks.js.coffee index cc3aac784c..e4aa4b4321 100644 --- a/apps/workbench/app/assets/javascripts/keep_disks.js.coffee +++ b/apps/workbench/app/assets/javascripts/keep_disks.js.coffee @@ -1,7 +1,3 @@ -# Place all the behaviors and hooks related to the matching controller here. -# All this logic will automatically be available in application.js. -# You can use CoffeeScript in this file: http://jashkenas.github.com/coffee-script/ - cache_age_in_days = (milliseconds_age) -> ONE_DAY = 1000 * 60 * 60 * 24 milliseconds_age / ONE_DAY