8784: Fix test for latest firefox.
[arvados.git] / apps / workbench / app / assets / javascripts / keep_disks.js.coffee
index cc3aac784c2459560cacbd966d08fb2d5fbe98ad..e4aa4b4321334d79cd5d3228f77e656c4dafe4b5 100644 (file)
@@ -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