]> sipb.mit.edu Git - ikiwiki.git/commitdiff
move osm.js to osm underlay and osm does not need javascript underlay
authorJoey Hess <joey@kitenet.net>
Sat, 3 Mar 2012 21:39:02 +0000 (17:39 -0400)
committerJoey Hess <joey@kitenet.net>
Sat, 3 Mar 2012 21:39:02 +0000 (17:39 -0400)
IkiWiki/Plugin/osm.pm
underlays/osm/ikiwiki/osm.js [moved from underlays/javascript/ikiwiki/osm.js with 100% similarity]

index d8db01dbb7b5d1111c99dadad427319af81559ca..2b5d0d5f120c80ae478407f4358d4666a0e3034d 100644 (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);