mirror of https://github.com/1099438829/macUI.git
再次修正
This commit is contained in:
parent
80a3fe1268
commit
3322c0a081
|
|
@ -297,7 +297,6 @@ window.Win10 = {
|
||||||
});
|
});
|
||||||
$('#win10').on('click',".notice .btn_close_msg", function () {
|
$('#win10').on('click',".notice .btn_close_msg", function () {
|
||||||
var msg = $(this).parents('.notice');
|
var msg = $(this).parents('.notice');
|
||||||
console.log(msg);
|
|
||||||
$(msg).addClass('animated slideOutRight');
|
$(msg).addClass('animated slideOutRight');
|
||||||
setTimeout(function () {
|
setTimeout(function () {
|
||||||
msg.remove()
|
msg.remove()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue