summaryrefslogtreecommitdiff
path: root/elm/ColSelect.elm
diff options
context:
space:
mode:
Diffstat (limited to 'elm/ColSelect.elm')
-rw-r--r--elm/ColSelect.elm6
1 files changed, 3 insertions, 3 deletions
diff --git a/elm/ColSelect.elm b/elm/ColSelect.elm
index 049cc369..93c9a093 100644
--- a/elm/ColSelect.elm
+++ b/elm/ColSelect.elm
@@ -3,13 +3,13 @@
--
-- ?c=column_id&c=modified&...
--
--- Accepts a list of columns from Perl, e.g.:
+-- Accepts a [ $current_url, [ list of columns ] ] from Perl, e.g.:
--
--- [
+-- [ '?c=column_id', [
-- [ 'column_id', 'Column Label' ],
-- [ 'modified', 'Date modified' ],
-- ...
--- ]
+-- ] ]
module ColSelect exposing (main)
import Html exposing (..)