* Adjust getRemind condition.

This commit is contained in:
Yagami
2021-06-21 10:03:51 +08:00
parent 48a50f9e0a
commit af3db56e35
+1 -1
View File
@@ -113,7 +113,7 @@ $(function()
{
$.getJSON(createLink('misc', 'getRemind'), function(response)
{
if(!response || !response.data) return;
if(!response || !response.data || !response.data.content) return;
var myModalTrigger = new $.zui.ModalTrigger(
{