Skip to content
Snippets Groups Projects
Commit 34c3c568 authored by http://druler.com's avatar http://druler.com
Browse files

remove trailing whitespaces

parent 0238e06e
No related branches found
No related tags found
No related merge requests found
...@@ -127,7 +127,7 @@ function gmap_gmap($op, &$map) { ...@@ -127,7 +127,7 @@ function gmap_gmap($op, &$map) {
if (function_exists('_gmap_markermanager_override')) { if (function_exists('_gmap_markermanager_override')) {
_gmap_markermanager_override($mm); _gmap_markermanager_override($mm);
} }
} }
// add required base js // add required base js
...@@ -138,9 +138,9 @@ function gmap_gmap($op, &$map) { ...@@ -138,9 +138,9 @@ function gmap_gmap($op, &$map) {
drupal_add_js($path . 'highlight.js'); drupal_add_js($path . 'highlight.js');
drupal_add_js(variable_get('file_public_path', conf_path() . '/files') . '/js/gmap_markers.js'); drupal_add_js(variable_get('file_public_path', conf_path() . '/files') . '/js/gmap_markers.js');
drupal_add_js($path . 'gmap_marker.js'); drupal_add_js($path . 'gmap_marker.js');
drupal_add_js($path . 'poly.js'); drupal_add_js($path . 'poly.js');
//$path = drupal_get_path('module', 'gmap') . '/js'; //$path = drupal_get_path('module', 'gmap') . '/js';
if (isset($map['behavior']['locpick']) && $map['behavior']['locpick']) { if (isset($map['behavior']['locpick']) && $map['behavior']['locpick']) {
drupal_add_js($path . 'locpick.js'); drupal_add_js($path . 'locpick.js');
......
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