projects
/
platal.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
561818e
)
Removes unused JS link.
author
Stéphane Jacob
<sj@m4x.org>
Wed, 14 Dec 2011 22:46:44 +0000
(23:46 +0100)
committer
Stéphane Jacob
<sj@m4x.org>
Wed, 14 Dec 2011 22:46:44 +0000
(23:46 +0100)
Signed-off-by: Stéphane Jacob <sj@m4x.org>
modules/geoloc.php
patch
|
blob
|
blame
|
history
diff --git
a/modules/geoloc.php
b/modules/geoloc.php
index
fafbe49
..
41da79a
100644
(file)
--- a/
modules/geoloc.php
+++ b/
modules/geoloc.php
@@
-37,7
+37,6
@@
class GeolocModule extends PLModule
$page->addJsLink($map_url, false);
$page->addJsLink('maps.js');
$page->addJsLink('markerclusterer.js');
- $page->addJsLink('markerwithlabel.js');
$page->assign('pl_extra_header', '<meta name="viewport" content="initial-scale=1.0, user-scalable=no" />');
}