summaryrefslogtreecommitdiff
path: root/elm/ColSelect.js
blob: e6812fab86bc5afdcfc108530dcb832f4608e121 (plain)
1
2
3
4
5
var init = Elm.ColSelect.init;
Elm.ColSelect.init = function(opt) {
    opt.flags = [ location.href, opt.flags ];
    return init(opt);
};