move osm.js to osm underlay and osm does not need javascript underlay
parent
503869ce88
commit
2f013cc0c2
|
@ -9,7 +9,6 @@ use warnings;
|
|||
use IkiWiki 3.0;
|
||||
|
||||
sub import {
|
||||
add_underlay("javascript");
|
||||
add_underlay("osm");
|
||||
hook(type => "getsetup", id => "osm", call => \&getsetup);
|
||||
hook(type => "format", id => "osm", call => \&format);
|
||||
|
|
Loading…
Reference in New Issue