Template:Ways to Give/CountrySelect: Difference between revisions
Content deleted Content added
overhaul: use mw-collapsible, use CSS columns instead of tables |
load and run makeCollapsible on mobile |
||
Line 30:
}
</style>
<script>
/* Need to do this as it isn't loaded by default on mobile */
mw.loader.using('jquery.makeCollapsible', function() {
$('.mw-collapsible').makeCollapsible();
});
</script>
</html>
|