Make design responsive
This commit is contained in:
@@ -27,7 +27,7 @@ $( ->
|
||||
|
||||
# GOOGLE LOCATION PICKER
|
||||
$("input.location_picker").each( (i)->
|
||||
return if typeof(google) == 'undefined'
|
||||
#return if typeof(google) == 'undefined'
|
||||
location_input = $(this)
|
||||
map_div = $('<div>').addClass("location_picker_map")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user