umstellung auf shared codeigniter und postgres php8.2
This commit is contained in:
@@ -29,7 +29,7 @@ $(function () {
|
||||
});
|
||||
$("span").on('click', function(e){
|
||||
$('#editor').removeClass('d-none');
|
||||
bookable = ($(this).attr('data-bookable') == 0)?false:true;
|
||||
bookable = ($(this).attr('data-bookable') == "f")?false:true;
|
||||
lkz = ($(this).attr('data-lkz') == 0)?false:true;
|
||||
type = $(this).attr('data-type');
|
||||
pid = $(this).attr('data-pid');
|
||||
|
||||
Reference in New Issue
Block a user