チェックインに対してセンシティブフラグを付与可能とする対応を実施
This commit is contained in:
6
resources/assets/js/app.js
vendored
6
resources/assets/js/app.js
vendored
@@ -92,4 +92,10 @@ $(() => {
|
||||
});
|
||||
}
|
||||
});
|
||||
|
||||
$(document).on('click', '.card-spoiler-overlay', function (event) {
|
||||
const $this = $(this);
|
||||
$this.siblings(".card-link").removeClass("card-spoiler");
|
||||
$this.remove();
|
||||
});
|
||||
});
|
Reference in New Issue
Block a user