diff options
author | Joey Hess <joey@kitenet.net> | 2012-03-03 17:39:02 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-03-03 17:39:02 -0400 |
commit | 2f013cc0c26246d3a29fe6078275b4822b6f4aa9 (patch) | |
tree | 7fb6b4e3328bf6821fbf63f4b561a6cceb632ddf /IkiWiki | |
parent | 503869ce88eb712d506082b0a80ef447aca0e646 (diff) | |
download | ikiwiki-2f013cc0c26246d3a29fe6078275b4822b6f4aa9.tar ikiwiki-2f013cc0c26246d3a29fe6078275b4822b6f4aa9.tar.gz |
move osm.js to osm underlay and osm does not need javascript underlay
Diffstat (limited to 'IkiWiki')
-rw-r--r-- | IkiWiki/Plugin/osm.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/IkiWiki/Plugin/osm.pm b/IkiWiki/Plugin/osm.pm index d8db01dbb..2b5d0d5f1 100644 --- a/IkiWiki/Plugin/osm.pm +++ b/IkiWiki/Plugin/osm.pm @@ -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); |