添加新接口

This commit is contained in:
tangshuangpku@hotmail.com 2016-06-07 21:44:48 +08:00
parent 0540dd0db0
commit 786a3ef0dd
2 changed files with 2 additions and 1 deletions

View File

@ -265,6 +265,7 @@
var notifies = data.data;
var cnt = notifies.length;
$('#notificationIcon').find('span').remove();
$('#notificationList').empty();

View File

@ -182,7 +182,7 @@
</form>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-danger" onClick="sendModifyNotification({{ notify['id'] }});">Delete</button>
<button type="button" class="btn btn-danger" onClick="sendDeleteNotification({{ notify['id'] }});">Delete</button>
<button type="button" class="btn btn-white" data-dismiss="modal">Cancel</button>
</div>
</div>