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 | |
parent | 503869ce88eb712d506082b0a80ef447aca0e646 (diff) | |
download | ikiwiki-2f013cc0c26246d3a29fe6078275b4822b6f4aa9.tar ikiwiki-2f013cc0c26246d3a29fe6078275b4822b6f4aa9.tar.gz |
move osm.js to osm underlay and osm does not need javascript underlay
-rw-r--r-- | IkiWiki/Plugin/osm.pm | 1 | ||||
-rw-r--r-- | underlays/osm/ikiwiki/osm.js (renamed from underlays/javascript/ikiwiki/osm.js) | 0 |
2 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); diff --git a/underlays/javascript/ikiwiki/osm.js b/underlays/osm/ikiwiki/osm.js index 7994c62fc..7994c62fc 100644 --- a/underlays/javascript/ikiwiki/osm.js +++ b/underlays/osm/ikiwiki/osm.js |