move osm.js to osm underlay and osm does not need javascript underlay

master
Joey Hess 2012-03-03 17:39:02 -04:00
parent 503869ce88
commit 2f013cc0c2
2 changed files with 0 additions and 1 deletions

View File

@ -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);