summaryrefslogtreecommitdiff
path: root/elm/ColSelect.js
diff options
context:
space:
mode:
Diffstat (limited to 'elm/ColSelect.js')
-rw-r--r--elm/ColSelect.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/elm/ColSelect.js b/elm/ColSelect.js
new file mode 100644
index 00000000..e6812fab
--- /dev/null
+++ b/elm/ColSelect.js
@@ -0,0 +1,5 @@
+var init = Elm.ColSelect.init;
+Elm.ColSelect.init = function(opt) {
+ opt.flags = [ location.href, opt.flags ];
+ return init(opt);
+};