Skip to content
Snippets Groups Projects
Commit 3cff9f54 authored by podarok's avatar podarok Committed by Andriy Podanenko
Browse files

Issue #1413560 by podarok | dakhota: Fixed a javascript file name is misspelled in gmap.module.

parent 006c57b2
No related branches found
No related tags found
No related merge requests found
...@@ -349,7 +349,7 @@ function _gmap_base_js() { ...@@ -349,7 +349,7 @@ function _gmap_base_js() {
); );
} }
$ret[variable_get('file_public_path', conf_path() . '/files') . '/js/gmap_markers.js'] = array( $ret[variable_get('file_public_path', conf_path() . '/files') . '/js/gmap_marker.js'] = array(
'type' => 'external', 'type' => 'external',
'weight' => 2, 'weight' => 2,
); );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment