Changed map image size
Former-commit-id: 8e3757addb1c81bc4a5cdcff0fb45e396626d6b8
This commit is contained in:
parent
c682e5f326
commit
c942242652
|
@ -685,7 +685,7 @@ if (!defined('METACONSOLE')) {
|
|||
function print_map(map_unavailable){
|
||||
var img_src = "<?php echo ui_get_full_url('images/edit_user_map_not_available.jpg', false, false, false, false); ?>";
|
||||
if(map_unavailable !== true){
|
||||
$("#zonepicker").append('<img src="'+img_src+'" alt="This map is not available" title="This map is not available" style="max-width:100%"/>').css('text-align','center');
|
||||
$("#zonepicker").append('<img src="'+img_src+'" alt="This map is not available" title="This map is not available" style="max-width:100%; max-height: 270px;"/>').css('text-align','center');
|
||||
}else{
|
||||
var optionText = $("#timezone option:selected").val();
|
||||
$(function() {
|
||||
|
|
Loading…
Reference in New Issue