|
|
@ -523,4 +523,18 @@ function mobile_friendly(){
|
|
|
|
$("#mobile_friendly_status").html(html);
|
|
|
|
$("#mobile_friendly_status").html(html);
|
|
|
|
$('#btn-mobile-friendly').button('reset');
|
|
|
|
$('#btn-mobile-friendly').button('reset');
|
|
|
|
});
|
|
|
|
});
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$(document).ready(function() {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$('.ShowMeTheDatePicker_cn').datepicker({
|
|
|
|
|
|
|
|
dateFormat: 'yy-mm-dd',
|
|
|
|
|
|
|
|
showButtonPanel: false
|
|
|
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$('.ShowMeTheDatePicker').datepicker({
|
|
|
|
|
|
|
|
showButtonPanel: true
|
|
|
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
});
|