v1.5.9 Added some css to modal
This commit is contained in:
@@ -79,7 +79,7 @@
|
||||
url: '{{route('news.preview')}}',
|
||||
data: {'preview':id},
|
||||
success:function (data) {
|
||||
modalNews.style.display = "block";
|
||||
modalNews.style.display = "flex";
|
||||
var l = JSON.parse(data);
|
||||
$("#titleEvent").html(l.subname);
|
||||
$("#dateEvent").html(l.news_expiration_date);
|
||||
|
||||
Reference in New Issue
Block a user